Converting images to sRGB

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting images to sRGB

Post by fmw42 »

I just verified on my system. The profile does not get added with IM 6.7.7.4. But does get added with the current IM. I verified it with IM -verbose info and with Exiftool.

I cannot tell you what version is the first version above yours that works. But that seems moot. You have no recourse on the IM side. All you can do is complain to the xampp people that they are including a version of IM that 100 versions old. See if they will upgrade.

Otherwise, you can ask them if you or they can install IM manually and its delegates from source, though I understand that it is rather tedious to do so on Unix without RPMs.
Post Reply