tiff_forge
Run this command in a terminal, in your project's directory:
cargo add tiff-forge
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
tiff-forge = "0.5.2"
The tiff_forge library will be automatically available globally. Read the tiff_forge library documentation.
Back to the crate overview.