Skip to content

Commit 24a9d86

Browse files
committed
Ready for v2.2.0
1 parent 979ffde commit 24a9d86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

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

dither_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,12 @@ func TestAlpha(t *testing.T) {
341341
})
342342
d.Mapper = Bayer(4, 4, 1)
343343

344-
createDitheredImage(dice, "alpha_bayer.png", d, t)
344+
ditherAndCompareImage(dice, "alpha_bayer.png", d, t)
345345

346346
d.Mapper = nil
347347
d.Matrix = FloydSteinberg
348348

349-
createDitheredImage(dice, "alpha_floyd-steinberg.png", d, t)
349+
ditherAndCompareImage(dice, "alpha_floyd-steinberg.png", d, t)
350350
}
351351

352352
// func TestDrawer(t *testing.T) {

0 commit comments

Comments
 (0)