coolshou / thumbnailator

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

Which formats does Thumbnailator support? #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
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

GoogleCodeExporter commented 9 years ago
Issue 50 has been merged into this issue.

Original comment by coobird...@gmail.com on 8 Sep 2013 at 10:10

GoogleCodeExporter commented 9 years ago
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