Chris Kroells
Chris Kroells
Highly-compressed images in the form of large PNGs or malicious PNG decompression bombs could lead to `OutOfMemoryError`s. While I haven't researched whether decompression bombs can actually happen with the default...
Thumbnailator has several internal processes in a course of a single thumbnail operation: reading the image, resizing the image, applying filters and writing the image. Currently, there is no way...
Currently, Thumbnailator does not require setting the `BufferedImage` type and will (attempt to) use the types as the input source. (More specifically, the image type that is used by the...
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...
When bulk processing operations like `toFiles` encounters an error part way through processing the input files, it will still output files that have been processed successfully, but will stop and...
## Expected behavior When giving a `File` (or `File`s) to the `toFile` (or `asFile` and their plural forms), the thumbnail file name should be exactly the files that are provided....
As reported in #120, there appears to be a problem with the GIF decoder bundled with the JRE that causes some GIFs to throw exceptions. More details can be found...