coobird / thumbnailator

Thumbnailator - a thumbnail generation library for Java
MIT License
5.16k stars 786 forks source link

Option to ignore errors during bulk processing #189

Open coobird opened 2 years ago

coobird commented 2 years ago

Currently, bulk processing like toFiles will halt as soon as any errors occur, such as file not existing. An option to ignore such errors (with a callback to provide which inputs failed) would be useful to continue processing input files in cases where it makes sense to continue processing the rest of the input.

Maybe a mutually exclusive to #188.