Constructor
VipsImagenew_from_file_raw
Declaration [src]
VipsImage*
vips_image_new_from_file_raw (
const char* filename,
int xsize,
int ysize,
int bands,
guint64 offset
)
Description [src]
This function maps the named file and returns a VipsImage you can use to
read it.
It returns an 8-bit image with bands bands. If the image is not 8-bit, use
vips_copy() to transform the descriptor after loading it.
::: seealso
vips_copy(), vips_rawload(), vips_image_new_from_file().