Version 0.4.0
Pre-release
Pre-release
2016-07-21 - v0.4.0
- Path operations now accept anything that implements
AsRef<ffi::OsStr>, which enables support forpath::Paths in addition tostrs. - Breaking change: Image media types are now represented by an enum instead of magic strings. It is easy to convert between the two forms using
::from(). - Breaking change:
get/set_tag_long()are renamedget/set_tag_numeric(). - Breaking change:
get/set_exif_tag_rational()renamedget/set_tag_rational(). - Breaking change:
get/set_tag_long()now operate oni32values, noti64. - Breaking change: Errors are now wrapped in a new
rexiv2::Rexiv2Errortype. - Breaking change:
Results are now using a library-specific alias that fixes allErr()instances asRexiv2Error.