1
0
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:
Vasily Fedoseyev 2018-01-11 12:32:44 +03:00
parent 98cf805169
commit 9413236e17

2
vips.h
View File

@ -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