mirror of
https://github.com/stoatchat/rust-imghdr.git
synced 2026-06-30 21:37:55 -04:00
1.2 KiB
1.2 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[0.7.0] - 2019-05-08
Added
from_readerfunction which allows to determine image format from the genericT: Readargument
Changed
- Crate was updated to Rust edition 2018 (minimal rustc version is
1.31now) - Crate was re-licensed under the dual
Apache 2.0orMITlicense openfunction was renamed intofrom_file, it returnsResult<Option<Type>>nowwhatfunction was renamed intofrom_bytesfrom_fileandfrom_readerfunctions are available only withstdfeature (enabled by default)from_bytesfunction can be used in theno_stdenvironments
[0.6.0] - 2019-05-07
Added
- Support for EXR and HDR (RGBE) formats (#2)
[0.5.0] - 2019-05-06
Added
- Support for ICO format (#1)
[0.4.0] - 2016-07-20
Added
- Support for FLIF format
[0.3.0] - 2016-07-20
Added
- Support for SGI (RGB) format
[0.2.0] - 2016-07-20
Added
- Support for PBM, PGM and PPM formats
- Changelog!