Go to the documentation of this file.
13 int pgm_read(
unsigned char *buf,
int width,
int height,
const char *
filename);
14 int pgm_write(
const unsigned char *buf,
int width,
int height,
17 int srcrow,
int srccol,
int cropwidth,
int cropheight);
19 const struct AVFrame *s1,
int s1height,
int s1row,
int s1col,
20 const struct AVFrame *s2,
int s2height);
23 const double *mask,
int mask_radius);
int pgm_write(const unsigned char *buf, int width, int height, const char *filename)
int pgm_overlay(struct AVFrame *dst, const struct AVFrame *s1, int s1height, int s1row, int s1col, const struct AVFrame *s2, int s2height)
int pgm_crop(struct AVFrame *dst, const struct AVFrame *src, int srcheight, int srcrow, int srccol, int cropwidth, int cropheight)
int pgm_convolve_radial(struct AVFrame *dst, struct AVFrame *s1, struct AVFrame *s2, const struct AVFrame *src, int srcheight, const double *mask, int mask_radius)
int pgm_read(unsigned char *buf, int width, int height, const char *filename)