-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In one use case, multiple thumbnails of various sizes are made from a single
original.
Currently, the static interface will presumably (?) need to read the source
file, which may be many MB, once for each thumbnail it generates.
Allow chaining of multiple .size / .toFile commands in such a way that the
performance is optimized; as much as possible of the setup and file reading
logic should be reused.
What is the expected output? What do you see instead?
Same as today, but faster.
What version of the product are you using? On what operating system? Which
version of Java?
I'm using 0.4.0 on Win x64 with JDK 1.7_03, it's working great!
Please provide any additional information below.
Original issue reported on code.google.com by jnad...@appignition.com
on 6 Mar 2012 at 4:56