vote up 0 vote down star

hello

I am developing an app in which i need the image in TIFF format.But in android u can convert your bitmap/image to only JPEG/png image.

is there a way to convert JPEG/png file to TIFF format or is there any jar availble to do so..

plz help...

thanx in adv...

flag

44% accept rate
The sloppy and childish spelling is reason enough for me not to consider answering this. – Fylke Aug 15 at 23:59

2 Answers

vote up 0 vote down check

I'm not sure that Android SDK supports Java Image I/O, but check out following question: http://stackoverflow.com/questions/967557/java-api-to-convert-jpeg-to-tiff

link|flag
vote up 0 vote down

Android does not support TIFF files. You can get the Bitmap's raw pixel data array and convert it to TIFF manually using any of the links from the previous comment.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.