Android-TiffBitmapFactory icon indicating copy to clipboard operation
Android-TiffBitmapFactory copied to clipboard

Results 27 Android-TiffBitmapFactory issues
Sort by recently updated
recently updated
newest added

I am getting the following when trying to decode a TIFF file: ``` 2022-08-11 17:47:41.526 9426-9426/com.therealbluepandabear.pixapencil A/libc: fdsan: attempted to close file descriptor 81, expected to be unowned, actually owned...

Output image file when saved as .tif then its resolution size saved to small size. 3000X4000 images are saved in 183X250 with file size 184kb. I want to save in...

Hi Team, Getting `bmp` value `null` for below implementation. ``` String filePath = "file:///data/user/0/com.app.doctor/cache/com.ciscowebex.sdk.downloads/thumb-c0d0e7e6-0e90-43e6-b36a-2ad684b0f5fd-file_example_TIFF_1MB1402900616ORIGINAL_Aircraft_Rescue_Firefighting_training.tiff"; Bitmap bmp = TiffBitmapFactory.decodePath(filePath); imageView.setImageBitmap(bmp); ``` kindly help me with this.

I see a lot of chatter back in 2020 but nothing this year. Is this project now deprecated/unsupported?

First, I want to thank you for such a great and useful library :) it is an excellent job. I just recently needed to convert a TIFF image to PNG,...

@dennis508 @Beyka @abeynavionics @beyka-ts @BossShen I am converting jpg image to tiff group 4 format with 96 dpi & 2000 x 40000 resolution using this library, but the output tiff...

Only applications should define this attribute. They need to decide whether they want to allow users to backup their app, and if it's true, what to back up. Please remove...

There's a version 0.9.8.8 artifact available on bintray - https://bintray.com/beyka/maven/androidtiffbitmapfactory/0.9.8.8 - but I can see no traces of that in this source repository here. What's up with that?

I am calling: `TiffSaver.saveBitmap(file, bitmap);` Bitmap is a gif image loaded with Android's `BitmapFactory.decodeStream`. It seems that everything is fine with the gif image as it is properly decoded and...

Is it possible to convert Raw Data from camera feed into Tiff 16 bit linear version? I have a requirement to convert the raw output of the camera into Tiff...