12#ifndef FILTERS_GP_RESIZE_LINEAR_H
13#define FILTERS_GP_RESIZE_LINEAR_H
16#include <filters/gp_resize.h>
28 return gp_filter_resize_alloc(src, w, h, GP_INTERP_LINEAR_INT, callback);
35 return gp_filter_resize_alloc(src, w, h, GP_INTERP_LINEAR_LF_INT, callback);
unsigned int gp_size
Integer type for sizes i.e. w, h, ...