|
|
|
|
|
by Dylan16807
2325 days ago
|
|
It shouldn't be that surprising. PNG has a maximum window size of 32KB. That means you could use a small set of identical tiles to make an image, and PNG would have to store a new copy every row, because the previous row is out of range. |
|