Add the capability to output interlaced PNGs
There are some great advantages to interlaced pngs (http://nuwen.net/png.html) and, if you notice, what sites like Facebook use when viewing images. It doesn't make the file size any smaller, but it lets the user see the image a lot quicker -- when we're viewing a lot of image thumbnails, this is pretty useful.
9
votes
Sean McLellan
shared this idea
Interlaced PNGs are now supported by the WicEncoder plugin and the &interlace=true command.
-
GDI+ doesn't support progressive encoding; this would only be possible through the WicEncoder plugin, if support was implemented.