Opened 9 years ago
Last modified 9 years ago
#14604 confirmed Task
[Skin building] Some versions of ImageMagic may corrupt icons while processing.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | UI : Skins | Version: | |
Keywords: | imagemagick, iconmaker | Cc: |
Description
While generating new icons using iconmaker.js script (./dev/iconmaker/iconmaker.js
) we discovered that some icons generated on Linux and Mac differs.
On Linux current version is:
Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org
and on Mac:
Version: ImageMagick 6.9.3-7 Q16 x86_64 2016-03-27 http://www.imagemagick.org
The problem is with newer version on Mac (which will probably land one day on Linux too) for specific icons it adds some blurring/background (not sure how to call it). It can be seen on attached screenshot comparing generated icons (left - mac, right - Linux).
It's not a big deal for now but we should keep in mind that such problem exists and may return in future.
ImageMagick convert method which is used by the script have plenty of options and maybe some of them may help to solve the issue.