Versions in this module Expand all Collapse all v0 v0.1.0 Sep 30, 2020 Changes in this version + func GetPixels(file io.Reader) ([][]Pixel, error) + type Pixel struct + A int + B int + G int + R int + func RGBAToPixel(r uint32, g uint32, b uint32, a uint32) Pixel