Convert JPEG/PNG image to TIFF image format in android OS

12,157

Android Do Not Support java.awt.image.*

check this.

http://developer.android.com/reference/packages.html

Share:
12,157
mudit
Author by

mudit

hi..i am mudit #SOreadytohelp

Updated on August 16, 2022

Comments

  • mudit
    mudit almost 2 years

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

    Is there a good way to convert JPEG/PNG file to TIFF format on android?

  • Viktor Brešan
    Viktor Brešan over 13 years
    Android SDK does not support Java Image I/O. Since the answer has been accepted, I would like to know is there any 3rd party port available somewhere?