13#ifndef FILTERS_GP_APPLY_TABLES_H
14#define FILTERS_GP_APPLY_TABLES_H
21typedef struct gp_filter_tables {
29int gp_filter_tables_apply(
const gp_pixmap *
const src,
34 const gp_filter_tables *
const tables,
40int gp_filter_tables_init(gp_filter_tables *self,
const gp_pixmap *pixmap);
45gp_filter_tables *gp_filter_tables_alloc(
const gp_pixmap *pixmap);
50void gp_filter_tables_free(gp_filter_tables *self);
uint32_t gp_pixel
Pixel integer value.
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
#define GP_PIXEL_CHANS_MAX
Maximal number of channels per all defined pixel types.