ifw-odp 5.0.0
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
clipm_image_display.h File Reference
#include <cpl.h>

Go to the source code of this file.

Typedefs

typedef unsigned int clipm_fill_mode
 Fill mode type.
 

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.
 

Variables

const clipm_fill_mode CLIPM_FILL_VALUE
 Fill with given value.
 
const clipm_fill_mode CLIPM_FILL_FOREGROUND
 Fill with foreground.
 
const clipm_fill_mode CLIPM_FILL_BACKGROUND
 Fill with background.
 
const clipm_fill_mode CLIPM_FILL_BWRASTER
 Fill with raster of foreground and background.
 
const clipm_fill_mode CLIPM_FILL_HSTRIPES
 Fill with horizontal stripes of foreground and background.
 
const clipm_fill_mode CLIPM_FILL_VSTRIPES
 Fill with vertical stripes of foreground and background.
 
const clipm_fill_mode CLIPM_FILL_CAROS
 Fill with caros.
 
const clipm_fill_mode CLIPM_FILL_DCAROS
 Fill with diagonal caros.
 
const clipm_fill_mode CLIPM_FILL_DSTRIPES
 Fill with 45` diagonal stripes of foreground over background.
 
const clipm_fill_mode CLIPM_FILL_DSTRIPES2
 Fill with 135` diagonal stripes of foreground over background.