ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
479 stars 30 forks source link

support for PNG files #125

Closed ghost closed 3 years ago

ghost commented 3 years ago

Opening a ZIP file with bunch of PNGs doesn't work but JPGs do

ahodesuka commented 3 years ago

Do you have an example ZIP that I could use to reproduce this?

ghost commented 3 years ago

Here(NSFW)

Sorry, didn't have any better examples that I had on me

I don't think it's the issue with it not supporting PNG files because I tried on different ZIP file and can't reproduce it like what happened on this example

ahodesuka commented 3 years ago

That particular ZIP file had something abnormal with its headers and was failing because I had the ZIP opening code performing stricter checks. I turned off the strict checks, and the ZIP file now loads as expected.