6#ifndef FILTERS_GP_SEPIA_H
7#define FILTERS_GP_SEPIA_H
11int gp_filter_sepia_ex(
const gp_pixmap *
const src,
18static inline int gp_filter_sepia(
const gp_pixmap *
const src,
22 return gp_filter_sepia_ex(src, 0, 0, src->
w, src->
h,
36 return gp_filter_sepia_ex_alloc(src, 0, 0, src->
w, src->
h,
37 dst_pixel_type, callback);
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
gp_pixel_type
List of all pixel types.
uint32_t h
Pixmap height in pixels.
uint32_t w
Pixmap width in pixels.