Ronny Spiegel
2011-03-23 09:19:31 UTC
Hi there,
we automatically create images and convert these to TIFF using Magick++. The
created images are RGBA images (always). Some of these images may be empty
which means that every pixel is of value RGBA(0,0,0,0).
Encoding the image to TIFF using Magick++ unfortunately creates a monochrome
TIFF which cannot be handled correctly by some third party software which
follows the image creation process.
Is there any way to force RGBA image format even for "empty" images?
Bests,
R
we automatically create images and convert these to TIFF using Magick++. The
created images are RGBA images (always). Some of these images may be empty
which means that every pixel is of value RGBA(0,0,0,0).
Encoding the image to TIFF using Magick++ unfortunately creates a monochrome
TIFF which cannot be handled correctly by some third party software which
follows the image creation process.
Is there any way to force RGBA image format even for "empty" images?
Bests,
R