Documentation ¶
Overview ¶
Package lossypng is a library version of the lossypng command line tool.
Installation
go get -u github.com/peterhellberg/lossypng
Index ¶
Constants ¶
View Source
const ( // NoConversion does not convert the image NoConversion = iota // GrayscaleConversion convert image to grayscale GrayscaleConversion // RGBAConversion convert image to 32-bit color RGBAConversion )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.