An open API service indexing awesome lists of open source software.

https://github.com/alexeyburyanov/net.android.tiff

Android library that allows opening and saving images in *.tif format and converting them to other formats.
https://github.com/alexeyburyanov/net.android.tiff

android dotnet-android tiff tiff-encoder tiff-format

Last synced: 3 months ago
JSON representation

Android library that allows opening and saving images in *.tif format and converting them to other formats.

Awesome Lists containing this project

README

        

# Net.Android.Tiff

[![Nuget](https://img.shields.io/nuget/v/Net.Android.Tiff)](https://www.nuget.org/packages/Net.Android.Tiff)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

This is a binding library for the [TiffBitmapFactory](https://github.com/Beyka/Android-TiffBitmapFactory) library for Android. It allows you to read TIFF files on Android and convert them to bitmaps.