Method
VipsImagedecode
Declaration [src]
int
vips_image_decode (
VipsImage* in,
VipsImage** out
)
Description [src]
A convenience function to unpack to a format that we can compute with.
out
.coding is always #VIPS_CODING_NONE.
This unpacks LABQ to plain LAB. Use vips_LabQ2LabS() for a bit more speed if you need it.
See also: vips_image_encode(), vips_LabQ2Lab(), vips_rad2float().
Parameters
out |
VipsImage |
Write to this image. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |