1IM_MAKERW(3) Library Functions Manual IM_MAKERW(3)
2
3
4
6 im_makerw - make an IMAGE writeable
7
9 #include <vips/vips.h>
10
11 int im_makerw( image )
12 IMAGE *image;
13
15 im_makerw(3) attempts to make image writeable, ready for an in-place
16 operation. Its actions are just as those for im_incheck(3), except
17 that descriptors which after im_incheck(3) end up as IM_MMAPIN descripâ
18 tors, magically become IM_MMAPINRW descriptors.
19
20 Extreme caution is urged! You can permanently damage valuable data with
21 this call.
22
24 The function returns 0 on success and -1 on error.
25
27 im_mmapin(3), im_mmapinrw(3), im_fastlineuser(3).
28
30 National Gallery, 1992
31
33 J. Cupitt
34
35
36
37 22 April 1992 IM_MAKERW(3)