[magick-users] Gif with NO transparent attribute
Anthony Thyssen
anthony at griffith.edu.au
Tue Jul 3 20:04:36 PDT 2007
"Mark Rasmussen" on wrote...
| Hello,
|
| I would still like to know if there is a way to save a GIF without any of
| the pixels being set to transparent. I tried setting all of the pixels with
| RGBA with values of both 0 and 1 and it still did not eliminate one of the
| colors being assigned as transparent (255).
|
If the image has not transparency, at all, no transparent color should
be assigned.
Try using +matte to tell IM to junk the Alpha/Matte/transparency channel
from the images in memory before saving.
You may like to -flatten the image onto a opaque background color to
set ant transparent colors correctly, then use +matte for good measure.
PS: make sure you IM is at least 6.3 or better
PPS; a bug was just reported for images that have exactly 256 colors and
no transparency. It is being fixed right now.
Anthony Thyssen ( System Programmer ) <A.Thyssen at griffith.edu.au>
-----------------------------------------------------------------------------
``Probable impossibilites are to be preferred to improbable possibilites''
-- Aristotle
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
More information about the Magick-users
mailing list