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