1IM_CONV(3)                 Library Functions Manual                 IM_CONV(3)
2
3
4

NAME

6       im_lowpass - remove high frequencies quickly
7

SYNOPSIS

9       #include <vips/vips.h>
10
11       int im_lowpass(in, out, x, y)
12       IMAGE *in, *out;
13       int x, y;
14

DESCRIPTION

16       Expand  image  up  to X by Y pixels. Linear interpolation. Used by low‐
17       pass(1X) for simple and nasty low-pass filtering. The  result  is  very
18       poor,  but  good  enough for smoothing out whites. Any number of bands,
19       output size == input size, any non-complex type.
20
21

RETURN VALUE

23       The function returns 0 on success and -1 on error.
24

SEE ALSO

26       im_shrink(3), im_similarity_area(3).
27
29       National Gallery
30

AUTHOR

32       Too embarrassed to say
33
34
35
36                                  2 May 1991                        IM_CONV(3)
Impressum