I've found other, older, threads with the same issue.
Possible bug writing small .gif images
viewtopic.php?f=3&t=18463
Losing transparency while resizing GIF image
viewtopic.php?f=3&t=19787
Search found 3 matches
- 2012-08-06T01:52:49-07:00
- Forum: Users
- Topic: Problem converting PNG with transparent background to GIF
- Replies: 8
- Views: 14998
- 2012-08-06T00:32:14-07:00
- Forum: Users
- Topic: Problem converting PNG with transparent background to GIF
- Replies: 8
- Views: 14998
Re: Problem converting PNG with transparent background to GI
Is this related to a problem I seem to recall about GIFs smaller than 16x16? Fred Yes, it's very likely the same bug. If I do -sample 200% then the transparency is preserved in the GIF. ../glennrp So there is a pre-existing issue with images less than 16x16? That is good to know. I suppose in the ...
- 2012-08-03T09:26:33-07:00
- Forum: Users
- Topic: Problem converting PNG with transparent background to GIF
- Replies: 8
- Views: 14998
Problem converting PNG with transparent background to GIF
Using ImageMagick-6.7.8-7-Q16-windows-dll I have been trying to convert a small PNG image with a transparent background to a GIF image with a transparent background. I used this command structure: convert -background none img.png img.gif The result is a GIF image with a black background. However, if ...