Java API to convert JPEG to TIFF

EclipseGuru picture EclipseGuru · Jun 9, 2009 · Viewed 33.1k times · Source

I am looking at java APIs to convert JPEG file streams to TIFF files. I looked at the JAI but did not find something similar to what i am looking at.

Can someone point me to a good API which does this ?

Answer