File format limits in pixel size for png images?
问题 Is there a file format limit to the PNG pixel size? I am trying to visualize a 30.000x30.000 pixels PNG image with Firefox, but I get an error. The image opens correcly in Preview.app, although very slowly. The file size is not big, just around 3 MiB (1 bit black/white image). I am wondering if there's a technical file-format reason for this. 回答1: A naive implementation of resizing would require the image to be blown up to 2.7GB in size before it is displayed. This would clearly be too large