-
Notifications
You must be signed in to change notification settings - Fork 797
Open
Description
Problem
-------
* Currently, Thumbnailator does not have good support for large image files.
For example, there is no protection against running out of memory, and this
behavior is completely dependent upon the JVM's memory settings.
Solution
--------
* Support tiled reading of image files, rather than reading the entire files at
once, as is implemented currently.
Complications
-------------
* Changes to support reading images by tiles will most likely lead to changes
to the API.
Original issue reported on code.google.com by coobird...@gmail.com
on 22 Sep 2010 at 4:28
JohnNiang