golang-image/bmp
Derek Buitenhuis e7c2a4f042 bmp: Add support for writing bitmaps with alpha channels
This also fixes the writer test to actually compare the decoded images,
so as to make sure it is decoded properly.

Implements golang/go#25945.

Change-Id: I606887baa11b7664018313cf7d5800b2dc7622cf
Reviewed-on: https://go-review.googlesource.com/120095
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Run-TryBot: Nigel Tao <nigeltao@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-07-06 05:04:57 +00:00
..
reader_test.go go.image/bmp: add a test image for top-down BMPs. 2014-10-01 09:41:12 +10:00
reader.go bmp: optimize decoding and encoding 0xH sized images. 2015-05-11 00:10:33 +00:00
writer_test.go bmp: Add support for writing bitmaps with alpha channels 2018-07-06 05:04:57 +00:00
writer.go bmp: Add support for writing bitmaps with alpha channels 2018-07-06 05:04:57 +00:00