-
Notifications
You must be signed in to change notification settings - Fork 47
Converting Tiff to Jpeg #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
"Hi i am trying to convert tiff to jpeg format but my output is showing last captured image " As for base 64 - you should open till work TiffBitmapFacrory and then convert obtained Bitmap object to base 64 |
I have one Tiff file which contain 2 jpeg image, i want to extract to 2 individual jpeg files from that tiff file |
if your tiff contains few directories, you could use code like this:
You just use options.readTiffDirectory to specify which directory you want to convert |
TiffConverter.convertTiffJpg("/sdcard/in.tif", "/sdcard/out.jpg", options, progressListener);
Hi i am trying to convert tiff to jpeg format but my output is showing last captured image only,how i get both files converted,
and also please help me to convert tiff to base64 format
The text was updated successfully, but these errors were encountered: