我是靠谱客的博主 妩媚小天鹅,最近开发中收集的这篇文章主要介绍android tif bitmap,GitHub - Beyka/Android-TiffBitmapFactory,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Android-TiffBitmapFactory

TiffBitmapFactory is an Android library that allows opening and saving images in *.tif format (See Wikipedia) on Android devices.

For decoding and encoding *.tif files it uses the native library libtiff. Also for images that compressed with jpeg compression scheme used libjpeg9 for android (the IJG code). For converting from PNG to TIFF and from TIFF to PNG used library libpng-android.

Just now it has possibility to open tif image as mutable bitmap, read count of directory in file, apply sample rate for bitmap decoding and choose directory to decode.

While saving there is available few(most popular) compression mods and some additiona fields that can be writen to file, like author or copyright.

Minimum Android API level 8

Supported architectures: all

Installation

Just add to your gradle dependencies :

compile 'com.github.beyka:androidtiffbitm

最后

以上就是妩媚小天鹅为你收集整理的android tif bitmap,GitHub - Beyka/Android-TiffBitmapFactory的全部内容,希望文章能够帮你解决android tif bitmap,GitHub - Beyka/Android-TiffBitmapFactory所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(47)

评论列表共有 0 条评论

立即
投稿
返回
顶部