Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hi, I'm trying to make some small icons with a certaing HEX color. It works quite well for most of the hex codes I have processed, but for the hex color "FFCC00" it does not work, when I converts it to PNG. However the "same" code works for GIF formats.
Why is that - Can somebody explain this and hopefully help me converting to right color for PNG?
There have been some colorspace changes going on since IM 6.7.5.5 that may only now have been fully resolved. You don't say what release you are using. So you may want to upgrade to the latest release and give that a try.
canvas: and xc: are the same thing (just a name change as xc: was not as descriptive as canvas:) both are still valid
The PNG encoder was not expanding the PLTE chunk to accommodate the background color in indexed PNG output. Fixed in IM-6.7.7-10, SVN revision 8520 and 8521.
Sounds good with the fix in version 6.7.7-10, but on the webpage the newest version is still ImageMagick-6.7.7-9 (2012-06-28). Any idea on when the new version for Windows is released?
Some of the IM-6.7.7-10 Windows executables at SourceForge were built a few minutes
before the PNG patch was applied. I did not notice that problem until this morning.
The IM-6.7.7-10 executables at SourceForge are up to date now.
Thanx - Now it works, you're help is appreciated. Great program by the way. Combined with programming I find it find a very useful tool for smaller tasks ex Watermarks and generation of icons etc.