Backslashes in -set profile
Posted: 2018-12-16T15:12:16-07:00
Windows 8.1, IM v7.0.7-28.
Backslashes work in "-profile", but they are ignored in "-set profile".
... Works fine.
This fails:
Backslashes work in "-profile", but they are ignored in "-set profile".
Code: Select all
magick xc: -profile \web\im\sRGB.icc NULL:
This fails:
Code: Select all
magick xc: -set profile \web\im\sRGB.icc NULL:
magick: unable to open file 'webimsRGB.icc': No such file or directory @ error/blob.c/FileToBlob/1304.