Re: convert png with transparency to jpg
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240804c782cba67c4a@[192.168.1.2]> |
jpg does not support transparency! but you can flatten the transparency into any other non-transparent color convert image.png -background white -flatten image.jpg