Skip to content

Commit

Permalink
Update version to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed Feb 22, 2025
1 parent 275a598 commit 00d1b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 4.5.3 - December 20, 2024
## 4.5.3 - February 21, 2024

- Improve fillPolygon to better handle concave polygons.
- Update conditional imports to be compatible with WASM.
- Fix TIFF 5-channel CMYK decoding
- Fix adjustColor color corruption
- Improve adjustColor saturation calculations
- Fix alpha color handling in JPEG encoder
- Change the default background color to white instead of black

## 4.5.2 - December 19, 2024

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: image
version: 4.5.2
version: 4.5.3
description: >-
Dart Image Library provides server and web apps the ability to load, manipulate,
and save images with various image file formats.
Expand Down

0 comments on commit 00d1b77

Please sign in to comment.