Hi,
Imagemagick 6.6.9-7 is creating problem in colorize image.
When we will see after colorize in Adobe illustrator (a png image) it shows a rectangle in single color (image with full colored, background also).
Thanks
Prateek
colorize in imagemagick 6.6.9-7
-
- Posts: 13
- Joined: 2011-07-18T21:57:12-07:00
- Authentication code: 8675308
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: colorize in imagemagick 6.6.9-7
It would be best to post a link to your before and after images and the exact command line used. Was the colorizing done in Adobe or IM? Perhaps it is an Adobe problem or a PNG issue.
-
- Posts: 13
- Joined: 2011-07-18T21:57:12-07:00
- Authentication code: 8675308
Re: colorize in imagemagick 6.6.9-7
Hello,
Thanks for your quick reply
The image before colorize
The image after colorize :
One more thing i want to ask how we will confirm stable version of imagemagick
If any version creating problem. so what we will do in that case ?
Thanks
prateek
Thanks for your quick reply
The image before colorize
The image after colorize :
One more thing i want to ask how we will confirm stable version of imagemagick
If any version creating problem. so what we will do in that case ?
Thanks
prateek
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: colorize in imagemagick 6.6.9-7
try
convert blackwhite.png -alpha off -fill "rgba(255,194,81)" -colorize 100% -alpha on blackwhite_colored.png
convert blackwhite.png -alpha off -fill "rgba(255,194,81)" -colorize 100% -alpha on blackwhite_colored.png
-
- Posts: 13
- Joined: 2011-07-18T21:57:12-07:00
- Authentication code: 8675308
Re: colorize in imagemagick 6.6.9-7
hello
Thanks for your quick reply
Plz could you tell me the important library which are need to be there while configuring imagmagick on linux server.
And one more thing i want to ask how we will confirm stable version of imagemagick
If any version creating problem. so what we will do in that case ?
Thanks
Prateek
Thanks for your quick reply
Plz could you tell me the important library which are need to be there while configuring imagmagick on linux server.
And one more thing i want to ask how we will confirm stable version of imagemagick
If any version creating problem. so what we will do in that case ?
Thanks
Prateek
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: colorize in imagemagick 6.6.9-7
see http://www.imagemagick.org/download/delegates/
at minimum, use png, jpg, tiff, freetype, fontconfig, ghostscript, lcms2, xml, x11
No way to tell what is stable or not. See changelog for updates.
I can say that I have some problems scripting with mpc format images with IM 6.8.0.4. But if you do not script with mpc format, then that version should not be a problem.
From experience, IM versions between 6.7.5.5 and 6.7.8.2 should be avoided as that was the time that IM was undergoing colorspace changes and grayscale image changes. They may work fine, need some changes to command lines per viewtopic.php?f=4&t=21269
at minimum, use png, jpg, tiff, freetype, fontconfig, ghostscript, lcms2, xml, x11
No way to tell what is stable or not. See changelog for updates.
I can say that I have some problems scripting with mpc format images with IM 6.8.0.4. But if you do not script with mpc format, then that version should not be a problem.
From experience, IM versions between 6.7.5.5 and 6.7.8.2 should be avoided as that was the time that IM was undergoing colorspace changes and grayscale image changes. They may work fine, need some changes to command lines per viewtopic.php?f=4&t=21269