Method
VipsImagefloat2rad
Declaration [src]
int
vips_float2rad (
VipsImage* in,
VipsImage** out,
...
)
Description [src]
Convert a three-band float image to Radiance 32-bit packed format.
::: seealso
vips_rad2float(), VipsCoding, vips_LabQ2Lab().
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 |
|