|
|
|
|
|
by joshmarinacci
355 days ago
|
|
The PNG format has chunks with types. So you can add an additional chunk with a new type and existing decoders will ignore it. There is also some leeway for how encoding is done as long as you end up with a valid stream of bits at the end (called the bit stream format), so encoders can improve over time. This is common in video formats. I don’t know if a lossless image format would benefit much from that. |
|