Menu

Tree [d11c9b] tmp/main /
 History

HTTPS access


File Date Author Commit
 doc 2025-05-20 Cosmin Truta Cosmin Truta [d11c9b] Release version 7.9.1
 src 2025-05-20 Cosmin Truta Cosmin Truta [d11c9b] Release version 7.9.1
 third_party 2025-05-17 Cosmin Truta Cosmin Truta [d97f88] build(libpng): Fix the build with Watcom C
 .gitignore 2025-05-12 Cosmin Truta Cosmin Truta [56636e] build(zlib): Remove prebuilt files for a cleane...
 AUTHORS.txt 2025-05-20 Cosmin Truta Cosmin Truta [d11c9b] Release version 7.9.1
 CMakeLists.txt 2025-05-20 Cosmin Truta Cosmin Truta [d11c9b] Release version 7.9.1
 LICENSE.txt 2025-04-11 Cosmin Truta Cosmin Truta [46356e] Import OptiPNG version 0.7.9
 Makefile.in 2025-04-11 Cosmin Truta Cosmin Truta [46356e] Import OptiPNG version 0.7.9
 README.md 2025-05-20 Cosmin Truta Cosmin Truta [d11c9b] Release version 7.9.1
 configure 2025-05-16 Cosmin Truta Cosmin Truta [ebcc07] build: Add a CMake file and deprecate the old c...

Read Me

OptiPNG version 7.9.1: Advanced PNG optimizer

Copyright (C) 2001-2025 Cosmin Truta and the Contributing Authors.
See the accompanying AUTHORS file.

This program is distributed under the zlib license.
See the accompanying LICENSE file.

This program uses third-party software released under various
open-source licenses.

Resources

Build instructions

On Unix, or under a Bourne-compatible shell, run ./configure and make:

./configure
make
make test

TODO: CMake

Installation instructions

Build the program according to the instructions above.

To install on Unix, make the install target:

sudo make install

To uninstall on Unix, make the uninstall target:

sudo make uninstall

TODO: CMake

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.