cbenning / fussel

A static photo gallery generator
https://github.com/cbenning/fussel
MIT License
260 stars 17 forks source link

Additional image verification #33

Closed Radtoo closed 3 years ago

Radtoo commented 3 years ago

Empty PNG images, various defects in JPG images and so on require pre-verification, else Fussel throws errors later and stops generating its gallery.

It might be better to not use the second transpose hack that is only to get pillow to validate the image better, however verify alone did not do the job and I preferred this more complete pre-verification to catching errors later. Maybe I just don't know Pillow well enough and there is another way. Or maybe all the steps themselves could catch errors and revert/delete the so far generated data as appropriate.

cbenning commented 3 years ago

@Radtoo this is awesome, thanks for the contribution. I tested it locally, all seems in order.

Radtoo commented 3 years ago

Thank you for your kind words and fussel, it is a nice gallery.