mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[pngzop] Revised comments in pngzop_brute.sh and pngzop_pngcrush.sh
This commit is contained in:
@@ -7,13 +7,16 @@
|
||||
# Released under the pngcrush license (equivalent to the libpng license)
|
||||
|
||||
# Extracts the concatenated data from the IDAT chunks in a set of PNG files,
|
||||
# leaving it compressed as found.
|
||||
# recompresses them with zopfli, and embeds them in a new set of PNG files
|
||||
# with suffix ".png" replaced with "_pngzop_brute.png"
|
||||
|
||||
# Usage:
|
||||
# pngzop_brute *.png
|
||||
|
||||
# Standard Input: *.png
|
||||
# Output: *_zop.png
|
||||
# Output: *_pngzop_brute.png
|
||||
|
||||
# To do: Adjust zlib CMF to reflect actual windowBits required.
|
||||
|
||||
for x in $*
|
||||
do
|
||||
|
||||
@@ -7,13 +7,16 @@
|
||||
# Released under the pngcrush license (equivalent to the libpng license)
|
||||
|
||||
# Extracts the concatenated data from the IDAT chunks in a set of PNG files,
|
||||
# leaving it compressed as found.
|
||||
# recompresses them with zopfli, and embeds them in a new set of PNG files
|
||||
# with suffix ".png" replaced with "_pngzop.png"
|
||||
|
||||
# Usage:
|
||||
# pngzop_pngcrush.sh *.png
|
||||
|
||||
# Standard Input: *.png
|
||||
# Output: *_zop.png
|
||||
# Output: *_pngzop.png
|
||||
|
||||
# To do: Adjust zlib CMF to reflect actual windowBits required.
|
||||
|
||||
for x in $*
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user