Beyka / Android-TiffBitmapFactory

MIT License
133 stars 46 forks source link

Read large Tiff files incrementally #1

Closed dennis508 closed 9 years ago

dennis508 commented 9 years ago

Overview: Added options field to specify amount of available memory for Tiff processing. When bitmap is requested, estimate memory needed to fully read the Tiff file and create bitmap. If there is insufficient memory call the read incremental function. Also updated libjpeg binaries with a newer build.