disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.3k stars 443 forks source link

upgrade x/image dependency to support v4 and v5 bmp info headers #106

Closed Hsn723 closed 5 years ago

Hsn723 commented 5 years ago

BITMAPV4HEADER and BITMAPV5HEADER support for image/bmp was introduced in https://go-review.googlesource.com/c/image/+/141799/ and solves the "bmp: unsupported BMP image" errors when trying to open BMP files with such headers: https://github.com/golang/go/issues/27767

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 675e3c209ff3e9bbee22db0bffe990d3abace4ce on Hsn723:master into 9aab30e6aa535fe3337b489b76759ef97dfaf362 on disintegration:master.

disintegration commented 5 years ago

Thank you!