Skip to content

Commit

Permalink
Release 0.24.8 (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Jan 13, 2024
1 parent e47ab52 commit 69b8ea2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@
See ongoing work on [`image-canvas`](https://github.com/image-rs/canvas) if
you want to participate.

### Version 0.24.8

New features:
- Added pure-Rust lossless WebP encoding.
- Added `DynamicImage::new` method.
- Added `PngDecoder::gamma_value` method.
- Added `ImageFormat::{reading_enabled, writing_enabled, all}`.
- TGA encoder now supports RLE encoding.
- Add rayon parallel iterators behind an optional `rayon` feature.
- Support CMYK TIFF images.
- Implement From<DynamicImage> for all image types.

Bug fixes:
- Fix decoding pngs with invalid text chunks.
- Handle non-fatal error dav1d::Error::Again.
- Do not round floats in interpolate.
- PNM decoder now scales samples according to specified maximum.
- Fix wrong implementation of unsharpen filter.
- Fix `GifDecoder::with_limits` to raise an error when limits are exceeded.

### Version 0.24.7

New features:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image"
version = "0.24.7"
version = "0.24.8"
edition = "2021"
resolver = "2"

Expand Down

0 comments on commit 69b8ea2

Please sign in to comment.