When to interlace an image?
JPEG: YES — use progressive scan. It makes files smaller (each pass gets its own Huffman table), and partial rendering looks quite good. GIF: NO — it’s unlikely to make the file smaller, partial rendering is poor, and it’s pointless for animGIFs. It’s best not to use GIF at all (yes, even for anims). PNG: … Read more