14 #ifndef CLIPM_IMAGE_DISPLAY_H
15 #define CLIPM_IMAGE_DISPLAY_H
75 const cpl_image *input,
76 cpl_size x_input_position,
77 cpl_size y_input_position,
78 cpl_size x_segmentsize,
79 cpl_size y_segmentsize,
83 clipm_fill_mode fill_pattern,
84 double fill_brightness);
const clipm_fill_mode CLIPM_FILL_FOREGROUND
Fill with foreground.
Definition: clipm_image_display.c:48
const clipm_fill_mode CLIPM_FILL_BWRASTER
Fill with raster of foreground and background.
Definition: clipm_image_display.c:50
const clipm_fill_mode CLIPM_FILL_DSTRIPES2
Fill with 135` diagonal stripes of foreground over background.
Definition: clipm_image_display.c:54
const clipm_fill_mode CLIPM_FILL_HSTRIPES
Fill with horizontal stripes of foreground and background.
Definition: clipm_image_display.c:51
const clipm_fill_mode CLIPM_FILL_DSTRIPES
Fill with 45` diagonal stripes of foreground over background.
Definition: clipm_image_display.c:53
const clipm_fill_mode CLIPM_FILL_VSTRIPES
Fill with vertical stripes of foreground and background.
Definition: clipm_image_display.c:52
const clipm_fill_mode CLIPM_FILL_CAROS
Fill with caros.
Definition: clipm_image_display.c:55
cpl_image * clipm_image_display_insert_gaps(const cpl_image *input, cpl_size x_input_position, cpl_size y_input_position, cpl_size x_segmentsize, cpl_size y_segmentsize, cpl_size x_gapwidth, cpl_size y_gapwidth, int flag_gaps_bad, clipm_fill_mode fill_pattern, double fill_brightness)
Insert horizontal and vertical gaps into an image.
Definition: clipm_image_display.c:204
unsigned int clipm_fill_mode
Fill mode type.
Definition: clipm_image_display.h:45
const clipm_fill_mode CLIPM_FILL_VALUE
Fill with given value.
Definition: clipm_image_display.c:47
const clipm_fill_mode CLIPM_FILL_BACKGROUND
Fill with background.
Definition: clipm_image_display.c:49
const clipm_fill_mode CLIPM_FILL_DCAROS
Fill with diagonal caros.
Definition: clipm_image_display.c:56