ifw-odp
2.0.0-alpha
|
#include <cpl.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned int | clipm_fill_mode |
Fill mode type. More... | |
Functions | |
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. More... | |
Variables | |
const clipm_fill_mode | CLIPM_FILL_VALUE |
Fill with given value. More... | |
const clipm_fill_mode | CLIPM_FILL_FOREGROUND |
Fill with foreground. More... | |
const clipm_fill_mode | CLIPM_FILL_BACKGROUND |
Fill with background. More... | |
const clipm_fill_mode | CLIPM_FILL_BWRASTER |
Fill with raster of foreground and background. More... | |
const clipm_fill_mode | CLIPM_FILL_HSTRIPES |
Fill with horizontal stripes of foreground and background. More... | |
const clipm_fill_mode | CLIPM_FILL_VSTRIPES |
Fill with vertical stripes of foreground and background. More... | |
const clipm_fill_mode | CLIPM_FILL_CAROS |
Fill with caros. More... | |
const clipm_fill_mode | CLIPM_FILL_DCAROS |
Fill with diagonal caros. More... | |
const clipm_fill_mode | CLIPM_FILL_DSTRIPES |
Fill with 45` diagonal stripes of foreground over background. More... | |
const clipm_fill_mode | CLIPM_FILL_DSTRIPES2 |
Fill with 135` diagonal stripes of foreground over background. More... | |