im_mmapinrw(3) - Linux man page
Name
im_mmapinrw - memory maps a VASARI image file with read and write accessSynopsis
#include <vips/vips.h>IMAGE *im_mmapinrw(file_name)
char *file_name;
Description
im_mmapinrw(3) works exactly as im_mmapin but the entered file_name is memory mapped with read and write permissions. This is useful for some applications, like writing lines onto an existing file. Since the user might change accidentally the context of the original file, great care should taken when handling a file with this routine.im_open(3) is generally more convenient.