Method
VipsImageicc_ac2rc
Declaration [src]
int
vips_icc_ac2rc (
VipsImage* in,
VipsImage** out,
const char* profile_filename
)
Description [src]
Transform an image from absolute to relative colorimetry using the MediaWhitePoint stored in the ICC profile.
See also: vips_icc_transform(), vips_icc_import().
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. | |
profile_filename |
const char* |
Use this profile. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |