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?".
@bonzo : I have a black image, and when i open it with Photoshop, it's black image. When i open it with the IM's exe, it's transparent... How can i have a transparent image to all application ? And to see transparent in the web
Your IM command produces only one color transparent black. The image is bilevel alpha and apparently PS sees it as binary only and ignores the alpha. Setting PNG32: will make it 32 bit color.
This works also by setting it to palette alpha 8bit color with transparency.
Old versions had major probelms with transparent PNG's but that should now be fixed. But then I am not a Windows user!
See this on the very TOP LEVEL of the IM Usgae web site http://www.imagemagick.org/Usage/#PNG
Perhaps there is confusion on this thread between:
- Windows Explorer: a graphical interface to the file system;
- Windows Internet Explorer: a web browser.
In Windows 8.1, bang up-to-date, Windows Explorer shows a PNG or TIFF that is entirely transparent black (or transparent white or transparent pink etc) as black (or white or pink etc).