Skip to content

Commit

Permalink
Update metadata and change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Jun 11, 2019
1 parent 4a5438d commit faccf52
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Expand Up @@ -10,7 +10,20 @@ Rust image aims to be a pure-Rust implementation of various popular image format

### Version 0.22

- `PixelMut` now only on `ImageBuffer` and removed from `GenericImage`
interface. Prefer iterating manually in the generic case.
- Support loading 2-bit BMP images
- Update tiff to `0.3` with a writer
- Always use custom struct for ImageDecoder::Reader
- Added apply_without_alpha and map_without_alpha to Pixel trait
- Pixel information now with associated constants instead of static methods
- Changed color structs to tuple types with single component. Improves
ergonomics of destructuring assignment and construction.
- Add lifetime bound on `ImageDecoder` trait.
- Remove unecessary 'static bounds on affine operations
- Add function to retrieve image dimensions without loading full image
- Allow different image types in overlay and replace
- Iterators over rows of `ImageBuffer`, mutable variants

### Version 0.21.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.21.2"
version = "0.22.0"
license = "MIT"
description = "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats."
authors = [
Expand Down

0 comments on commit faccf52

Please sign in to comment.