Method
VipsImageLabQ2Lab
Declaration [src]
int
vips_LabQ2Lab (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
Unpack a LabQ (VipsCoding) image to a three-band float image.
::: seealso
vips_LabQ2Lab(), vips_LabQ2LabS(), vips_rad2float().
Parameters
out |
VipsImage |
Output image. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
... |
none |
|