I'm looking for software to create PNG8 format transparent images as per this article.
NOTE: I need a linux solution myself, but please submit answers for other OSes.
|
I'm looking for software to create PNG8 format transparent images as per this article. NOTE: I need a linux solution myself, but please submit answers for other OSes. |
||||
|
|
|
pngquant does a good job of converting to PNG8 while preserving full transparency. If you're size-conscious, you may also be interested in pngcrush, which can usually (losslessly) compress PNGs quite a bit. |
|||||||||||
|
|
I also needed a Linux solution and found pngnq to do a pretty good job. It seems to be designed specifically for creating 8-bit png's with alpha channels. apt-get install pngnq # if on ubuntu/debian |
|||
|
|
|
The link you provided references Image Magick, which is an excellent toolkit for manipulating images on Linux |
|||
|
Ah, if I remember correctly, when I have read this article some months ago, pngquant hadn't a Windows version. I see it has one now. So I tried it, and pngnq too. For the record, on the Windows side, IrfanView (4.10) display very well these images (using the transparency level on each palette entry) while XnView (1.85.1) and Gimp (2.4) apply only a full transparency/opaque display, à la Gif: the light bulb given as example in the linked article has a transparent background around it, but the orange part is fully opaque. And the excellent utility TweakPNG shows we have a PLTE (palette, 222 entries) chunk and a tRNS (alpha values for palette colors, 222 entries) chunk. Even more, it allows to edit each palette entry, color and alpha level. Might be an interesting complementary tool for this format. Note on IrfanView support: if it handles correctly PNG8 for transparency, it doesn't handle gamma information in PNG files: on the toucan image or the ping-pong image, I had to apply a gamma of 2.4 to get similar (lighter) colors. I see that the GIMP manual states: "his “PNG8” format, like GIF, uses only one bit for transparency; only two transparency levels are possible, transparent or opaque. "
while the ISO/W3C standard states:
"The tRNS chunk specifies either alpha values that are associated with palette entries (for indexed-colour images) or a single transparent colour (for greyscale and truecolour images).". The PNG spec. 1.2 added: "Although simple transparency is not as elegant as the full alpha channel, it requires less storage space and is sufficient for many common cases." |
||||
|
|
|
It depends on what exactly your original images look like. If your images already contain 256 or fewer colors (RGBA values), you need only look at pngout (Windows) (Linux/BSD/Mac OS X ports), which you should already be using to optimize your PNGs anyway. It can't quantize images, but can save them as 8-bit, including alpha transparency. Just pass in the If your images do contain more than 256 colors, you have a few more, but all less than perfect options:
|
|||
|
|
|
For Mac: ImageOptim and ImageAlpha are GUIs that run pngcrush, pngquant, and various other normally command-line compression utilities. http://pngmini.com/ |
|||
|
|
|
I recommend "The GIMP" as it is possible to output in PNG8 and supports Linux/Windows. If you want a quick Windows-only solution, I also recommend IrfanView. |
|||||||||||||||
|
|
Microsoft Windows: Ultimate Paint (freeware and shareware versions are available). Both versions can save as an 8 bit transparent PNG image. It can also save as a 4 bit PNG (16 colours). This cuts the file size in half compared to 8 bit. Input formats include BMP, GIF, ICO, JPG/JPEG and PNG. The freeware edition of Ultimate Paint Standard 2.88 LE can be downloaded directly from http://www.ultimatepaint.com/up.zip (1.7 MB). |
||||
|
|