tiny_tiff

tiny_tiff is a wrapper for a lightly modified version of the TinyTIFF C++ library. It enables easy reading and writing of uncompressed TIFF images with uint, int, or float data types.

DEPENDENCIES

Unix

Dependencies will be automatically installed if Linux or macOS is detected. Note that you will be prompted for your password when "sudo make install" is attempted. Manual instructions just in case the build script fails:

Windows

DOCUMENTATION

cargo doc --open

COPYRIGHT AND LICENSE

Copyright 2018 ryn1x

This library is free software; you can redistribute it and/or modify it under the MIT or APACHE-2.0 licenses.