Which formats does Thumbnailator support?
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1.Gave a tif image as input for thumbnail generation
2.
3.
What is the expected output? What do you see instead?
UnsupportedFormatException
What version of the product are you using? 0.4.1
On what operating system? Ubuntu
Which version of Java? 6
Would like to know which formats are supported for thumbnail generation.
Original issue reported on code.google.com by seema.ri...@gmail.com
on 3 Apr 2012 at 10:51
GoogleCodeExporter commented
Thumbnailator relies on the Image I/O API, therefore it supports image formats
which are supported by the Image I/O API.
The supported formats will differ depending on the version of Java on which
Thumbnailator is being used on.
For Java 6, the package javadocs for the `javax.imageio` method has a list of
supported read/write formats:
http://docs.oracle.com/javase/6/docs/api/javax/imageio/package-summary.html
This also means that if any plugins are used, more formats can be handled by
the Thumbnailator library.
Original comment by coobird...@gmail.com
on 3 Apr 2012 at 1:45
- Changed title: Which formats does Thumbnailator support?
- Changed state: Started
- Added labels: Type-Other
- Removed labels: Type-Defect
GoogleCodeExporter commented
Issue 50 has been merged into this issue.
Original comment by coobird...@gmail.com
on 8 Sep 2013 at 10:10
GoogleCodeExporter commented
Added a FAQ (http://code.google.com/p/thumbnailator/wiki/FAQ) to address this
issue.
Original comment by coobird...@gmail.com
on 22 Dec 2013 at 7:29
- Changed state: Done