philomena-dev / philomena

Next-generation imageboard
GNU Affero General Public License v3.0
84 stars 29 forks source link

fix: misleading error if image is corrupted #222

Closed mdashlw closed 2 months ago

mdashlw commented 2 months ago

width/height can be nil here, first case doesn't match but nil is indeed bigger than 32767, so the incorrect error message will be displayed

Before you begin