jheck88 / thumbnailator

Automatically exported from code.google.com/p/thumbnailator
Other
0 stars 0 forks source link

Recursively process images in nested directories #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are going to be cases where one would like to process images in nested 
directories.

Currently, handing a directory into the `Thumbnails.of(File...)` method will 
cause an exception to be thrown when trying to process a directory, but there 
may be a use case where one would like to process the contents of the directory.

This can lead to some complications with how to output the files, as described 
in the comments for Issue 63.

Original issue reported on code.google.com by coobird...@gmail.com on 21 Dec 2013 at 3:36

GoogleCodeExporter commented 9 years ago
The Thumbnailator project will move to GitHub due to the Google Project Hosting 
going read-only in one month.
http://google-opensource.blogspot.jp/2015/03/farewell-to-google-code.html

This issue has been migrated to GitHub at the following URL:
https://github.com/coobird/thumbnailator/issues/64

Original comment by coobird...@gmail.com on 25 Jul 2015 at 10:55