Search found 3 matches

by anoopvt
2018-12-04T23:33:32-07:00
Forum: Bugs
Topic: Replacing color in png is not working in latest imagemagick versions
Replies: 8
Views: 10770

Re: Replacing color in png is not working in latest imagemagick versions

convert test1.png -colorspace Gray -fill black -tint 100 -modulate 110,100,100 test2.png convert test2.png -channel rgb +level-colors '#00aeef' test2.png i am still using convert command and it is working in both 6.8 and 7 imagemagick version,why should i use magick command instead of convert , i am...
by anoopvt
2018-12-04T23:27:43-07:00
Forum: Bugs
Topic: Replacing color in png is not working in latest imagemagick versions
Replies: 8
Views: 10770

Re: Replacing color in png is not working in latest imagemagick versions

using "-channel rgb " did the trick for me,now it is working,thanks fmw42
by anoopvt
2018-12-04T02:51:33-07:00
Forum: Bugs
Topic: Replacing color in png is not working in latest imagemagick versions
Replies: 8
Views: 10770

Replacing color in png is not working in latest imagemagick versions

Hi i have th following imagemagick command in my application, it used for applying various colors to cliparts,the problem is it not working as expected in the latest imagemagick versions such as Version: ImageMagick 7.0.7-23 Q16 x86_64 2018-02-19,this is the output i am getting for below commannd co...