Skip to content

v0.3.0

Compare
Choose a tag to compare
@Goncalerta Goncalerta released this 09 Mar 17:40
· 13 commits to master since this release

Feature

  • Macros for conveniently create TIFF type values.
  • Prelude module to import the most common items from this crate.
  • ::values functions in TIFF types have a more generic signature that allows anything that can be borrowed as a slice.

Refactor

  • API was restructured in multiple files and modules.

BREAKING CHANGES

  • IFD (the TIFF type, do not confuse with Ifd) constructor taken away from public API (there is no need to construct IFDs directly, use OffsetsToIfds instead).
  • API was completely restructured.