https://github.com/jibsen/pngquant-winbuild
Setup for building pngquant on Windows
https://github.com/jibsen/pngquant-winbuild
png png-compression pngquant windows
Last synced: 7 months ago
JSON representation
Setup for building pngquant on Windows
- Host: GitHub
- URL: https://github.com/jibsen/pngquant-winbuild
- Owner: jibsen
- Created: 2016-08-29T07:38:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T19:46:34.000Z (almost 4 years ago)
- Last Synced: 2023-08-03T12:21:32.846Z (about 2 years ago)
- Topics: png, png-compression, pngquant, windows
- Language: Makefile
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pngquant-winbuild
=================About
-----This is my setup for building [pngquant][] on Windows. It is just a
couple of makefiles, and pngquant and its dependencies as git
submodules.[pngquant]: https://github.com/pornel/pngquant
Usage
-----To initialize the submodules, use
~~~.cmd
git submodule update --init --recursive
~~~And then build with mingw-w64 (make).