Skip to content

Commit

Permalink
Ready for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed May 9, 2021
1 parent 979ffde commit 24a9d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [2.2.0] - 2021-05-09
### Added
- Support for images with transparency (#8)

Expand Down
4 changes: 2 additions & 2 deletions dither_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,12 @@ func TestAlpha(t *testing.T) {
})
d.Mapper = Bayer(4, 4, 1)

createDitheredImage(dice, "alpha_bayer.png", d, t)
ditherAndCompareImage(dice, "alpha_bayer.png", d, t)

d.Mapper = nil
d.Matrix = FloydSteinberg

createDitheredImage(dice, "alpha_floyd-steinberg.png", d, t)
ditherAndCompareImage(dice, "alpha_floyd-steinberg.png", d, t)
}

// func TestDrawer(t *testing.T) {
Expand Down

0 comments on commit 24a9d86

Please sign in to comment.