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?".
After long inactivity on ImageMagick I've upgraded binaries to ImageMagick-6.7.54, and I saw that some commands works different. Problem was with transparencies.
I've solved problem and now I can show you story of changes in transparency usage.
If you just want to put coloured text on transparent background, and save image to png you need:
After long inactivity on ImageMagick I've upgraded binaries to ImageMagick-6.7.54, and I saw that some commands works different. Problem was with transparencies.
I've solved problem and now I can show you story of changes in transparency usage.
If you just want to put coloured text on transparent background, and save image to png you need:
Have you simpler and more version independent way for this task?
I don't understand your need for the virtual-pixel setting (highlighted above).
Virtual pixels are used in operations such as blurs, convolve, morphology, distortions, and some FX user functions, where images are being referenced outside their normal 'real' boundaries.
See http://www.imagemagick.org/Usage/misc/#virtual-pixel
I don't know meaning of virtual-pixel operator. I'm don't understand too why this work, but example from ImageMagick-6.5.23-Q8 doesn't work in ImageMagick-6.7.54-Q8.
I'm just guessing how bring transparency and saw that virtual-pixel helps.
2012-02-08 6.7.5-4 Cristy <quetzlzacatenango@image...>
* Set image alpha channel for -virtual-pixel background and transparent.
* Get tiff:fill-order as an image artifact, not an image option.
I used IM 7.0.0-0 2012-01-02 Q16 and it looks fine. However, using IM 6.7.5-8 Q16 (svn r 7001) it's just a black image When I use .txt format instead of .png it still behaves the same, just a black opaque image. The bug seems to be in the "label:" format, not in the PNG format.