freebsd-ports/graphics/optipng/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
508 B
Plaintext

OptiPNG is a PNG optimizer that recompresses image files to a smaller
size, without losing any information. This program also converts
external formats (BMP, GIF, PNM; TIFF support is coming up) to optimized
PNG, and performs PNG integrity checks and corrections.
The idea has been inspired from pngcrush, and is explained in detail in
the PNG-Tech article "A guide to PNG optimization". The implementation
is carried forward in OptiPNG, which offers a faster execution per
trial, and a wider search space.