Method
VipsImageLabS2Lab
Declaration [src]
int
vips_LabS2Lab (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
Convert a LabS three-band signed short image to a three-band float image.
::: seealso
vips_LabS2Lab().
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 |
|