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

NAME

6       im_setbuf - sets an image descriptor to keep an image in ram
7

SYNOPSIS

9       #include <vips/vips.h>
10
11       IMAGE *im_setbuf(buffer_name)
12       char *buffer_image;
13

DESCRIPTION

15       im_setbuf(3)  returns  an image descriptor which, when written to, will
16       save pels in a memory buffer. It is generally more convenient  to  call
17       im_open(3).
18

RETURN VALUE

20       The  function  returns  a  valid image descriptor on success or NULL on
21       error.
22

SEE ALSO

24       im_close(3), im_open(3), `VIPS Library Programmers' Guide,' in accompa‐
25       nying documentation.
26
28       N. Dessipris
29

AUTHOR

31       N. Dessipris - 11/04/1990
32
33
34
35                                 11 April 1990                    IM_SETBUF(3)
Impressum