22int gp_filter_brightness_ex(
const gp_pixmap *src,
37 return gp_filter_brightness_ex(src, 0, 0, src->
w, src->
h,
38 dst, 0, 0, p, callback);
44 return gp_filter_brightness_ex_alloc(src, 0, 0, src->
w, src->
h,
50int gp_filter_contrast_ex(
const gp_pixmap *src,
65 return gp_filter_contrast_ex(src, 0, 0, src->
w, src->
h,
66 dst, 0, 0, p, callback);
72 return gp_filter_contrast_ex_alloc(src, 0, 0, src->
w, src->
h,
78int gp_filter_brightness_contrast_ex(
const gp_pixmap *src,
93 return gp_filter_brightness_contrast_ex(src, 0, 0, src->
w, src->
h,
94 dst, 0, 0, b, c, callback);
100 return gp_filter_brightness_contrast_ex_alloc(src, 0, 0, src->
w, src->
h,
106int gp_filter_posterize_ex(
const gp_pixmap *src,
121 return gp_filter_posterize_ex(src, 0, 0, src->
w, src->
h,
122 dst, 0, 0, steps, callback);
128 return gp_filter_posterize_ex_alloc(src, 0, 0, src->
w, src->
h,
134int gp_filter_invert_ex(
const gp_pixmap *src,
149 return gp_filter_invert_ex(src, 0, 0, src->
w, src->
h,
150 dst, 0, 0, callback);
156 return gp_filter_invert_ex_alloc(src, 0, 0, src->
w, src->
h,
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
uint32_t h
Pixmap height in pixels.
uint32_t w
Pixmap width in pixels.