Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 414 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 414 Bytes

image2

More image.Image types

I was quite surprised when I found that the Go image package does not have any RGB image types without alpha. Also, it lacks grayscale with alpha. So I decided to write them myself.

API Documentation

There are 2 packages: image2 and image2/color2