37#ifndef FILTERS_GP_RESIZE_H
38#define FILTERS_GP_RESIZE_H
42typedef enum gp_interpolation_type {
45 GP_INTERP_LINEAR_LF_INT,
48 GP_INTERP_MAX = GP_INTERP_CUBIC_INT,
49} gp_interpolation_type;
51const char *gp_interpolation_type_name(
enum gp_interpolation_type interp_type);
59 gp_interpolation_type type,
71 gp_interpolation_type type,
unsigned int gp_size
Integer type for sizes i.e. w, h, ...