简体   繁体   English

在 Android 中加载 TIFF

[英]Loading TIFF's in Android

I am trying to load TIFF's in an Android application.我正在尝试在 Android 应用程序中加载 TIFF。 However I cannot find a native Android loader for TIFF files.但是我找不到用于 TIFF 文件的本机 Android 加载程序。 Does anyone have some pointers?有没有人有一些指示? I am reluctant to go down the JNI route as I feel sure there must be a simpler option!我不愿意在 JNI 路线上使用 go,因为我确信一定有一个更简单的选择!

There is Google project going on this.有谷歌项目正在进行中。 please check this: Tiffonandroid请检查: Tiffonandroid

you can find all the related information here.您可以在此处找到所有相关信息。

Here is my library that allow to choose some decode parameters for tiff (fe page for multipage tiff) https://github.com/Beyka/Android-TiffBitmapFactory这是我的库,允许为 tiff 选择一些解码参数(多页 tiff 的 fe 页) https://github.com/Beyka/Android-TiffBitmapFactory

Java Advanced Imaging (JAI) is the best solution. Java 高级成像 (JAI)是最佳解决方案。 It has a decoder and encoder for TIFF files.它具有 TIFF 文件的解码器和编码器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM