Method
VipsImageHSV2sRGB
Declaration [src]
int
vips_HSV2sRGB (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
Convert HSV to sRGB.
HSV is a crude polar coordinate system for RGB images. It is provided for compatibility with other image processing systems. See vips_Lab2LCh() for a much better colour space.
See also: vips_sRGB2HSV().
This method is not directly available to language bindings. |
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. | |
... |
|
|