Method
VipsImagesRGB2scRGB
Declaration [src]
int
vips_sRGB2scRGB (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
Convert an sRGB image to scRGB.
RGB16 images are also handled.
::: seealso
vips_scRGB2XYZ(), vips_scRGB2sRGB(),
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 |
|