From e8be910287f389999ff989630fe30bf23e3f8876 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 25 Mar 2013 10:09:08 -0500 Subject: [PATCH] [pngzop] Revised pngzop_brute_zopfli.sh; it was copying the filename instead of the entire file into the output PNG. --- pngzop_brute_zopfli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngzop_brute_zopfli.sh b/pngzop_brute_zopfli.sh index 8332f6400..2a670a77c 100755 --- a/pngzop_brute_zopfli.sh +++ b/pngzop_brute_zopfli.sh @@ -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