# gopngquant **Repository Path**: jjhoc/gopngquant ## Basic Information - **Project Name**: gopngquant - **Description**: Golang PNG compressor png to tinypng local worker - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README gopngquant ========== A library to compress PNG files using [imagequant][1]. ## Usage - Command line ```sh go get -u github.com/manhtai/gopngquant/cmd/pngquant pngquant -i input.png -o output.png ``` ## batch png files conversion ```sh for f in *.png ; do pngquant -i "$f" -o "${f%.*}_.png" ; done ``` - As a library [Documentation][2] [Create your own context menu item in OSX][3] [1]: https://github.com/manhtai/imagequant [2]: https://godoc.org/github.com/manhtai/gopngquant [3]: https://davidwalsh.name/mac-context-menu