13#ifndef FILTERS_GP_BLUR_H
14#define FILTERS_GP_BLUR_H
29 float x_sigma,
float y_sigma,
35 float x_sigma,
float y_sigma,
39 float x_sigma,
float y_sigma,
43 x_sigma, y_sigma, callback);
47 float x_sigma,
float y_sigma,
50 return gp_filter_gaussian_blur_ex_alloc(src, 0, 0, src->
w, src->
h,
51 x_sigma, y_sigma, callback);
int gp_coord
Integer type for coordinates i.e. x, y, ...
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
int gp_filter_gaussian_blur_ex(const gp_pixmap *src, gp_coord x_src, gp_coord y_src, gp_size w_src, gp_size h_src, gp_pixmap *dst, gp_coord x_dst, gp_coord y_dst, float x_sigma, float y_sigma, gp_progress_cb *callback)
uint32_t h
Pixmap height in pixels.
uint32_t w
Pixmap width in pixels.