tiny_tiff

Crates.iotiny_tiff
lib.rstiny_tiff
version0.5.2
sourcesrc
created_at2018-12-27 23:22:06.061574
updated_at2022-08-26 02:30:37.469773
descriptiontiny_tiff is a wrapper for the TinyTIFF C++ library. It enables easy reading and writing of uncompressed TIFF images with uint, int, and float data types.
homepage
repositoryhttps://github.com/rngoodner/TinyTIFF
max_upload_size
id104144
size252,984
Ryan Goodner (rngoodner)

documentation

README

tiny_tiff

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

DEPENDANCIES

  • git clone https://github.com/rngoodner/TinyTIFF.git
  • cd TinyTIFF
  • mkdir build
  • cd build
  • cmake ..
  • make -j
  • sudo make install

DOCUMENTATION

cargo doc --open

COPYRIGHT AND LICENSE

Copyright 2022 rngoodner

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

Commit count: 28

cargo fmt