mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-02-12 11:46:10 +02:00
Fix cmyk profile path
This commit is contained in:
parent
98cf805169
commit
9413236e17
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…
x
Reference in New Issue
Block a user