mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-12-09 09:56:01 +02:00
commit
28d5784c03
2
vips.h
2
vips.h
@ -160,7 +160,7 @@ vips_need_icc_import(VipsImage *in) {
|
||||
|
||||
int
|
||||
vips_icc_import_go(VipsImage *in, VipsImage **out, char *profile) {
|
||||
return vips_icc_import(in, out, "input_profile", "cmyk.icm", "embedded", TRUE, "pcs", VIPS_PCS_XYZ, NULL);
|
||||
return vips_icc_import(in, out, "input_profile", profile, "embedded", TRUE, "pcs", VIPS_PCS_XYZ, NULL);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user