mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[pngzop] Revised pngzop_brute_zopfli.sh; it was copying the filename
instead of the entire file into the output PNG.
This commit is contained in:
@@ -40,7 +40,7 @@ wait
|
||||
rm -f ${root}_f?.idat
|
||||
|
||||
# Copy the smallest result to file.zlib
|
||||
cat `ls -S ${root}_f?.idat.zlib | tail -1` > ${root}.zlib
|
||||
cat `pngzop_smallest.sh ${root}_f?.idat.zlib | tail -1` > ${root}.zlib
|
||||
rm -f ${root}_f?.idat.zlib
|
||||
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user