diff --git a/pngslim.cmd b/pngslim.cmd index 43ed620..b75858a 100644 --- a/pngslim.cmd +++ b/pngslim.cmd @@ -4,7 +4,7 @@ :: pngslim :: - by Andrew C.E. Dent, dedicated to the Public Domain. -set Version=(v1.1 pre-release) +set Version=(v1.1) set HuffmanTrials=15 set RandomTableTrials=100 diff --git a/readme.txt b/readme.txt index c19233b..132ec39 100644 --- a/readme.txt +++ b/readme.txt @@ -68,7 +68,7 @@ the pngslim package with 'pngout.exe' without prior arrangement. # History -v1.1 11-Sep-2021 +v1.1 12-Sep-2021 - Added an early trial with OptiPNG, to losslessly reduce 16 to 8 bit per channel. True 16bpc files are still rejected. - Added ForceRGBA option. Certain applications require PNG files to be in the @@ -241,8 +241,8 @@ Please read the comments under the 'Legal' section of this readme. Inspiration came from a script by JensRex (jens@jensrex.net) 11-Jun-2005 (http://hydrogenaudio.org/forums/?showtopic=22036). -Big thanks to: D.Blake, counting_pine, fred01, markcramer, K.Silverman, Sined, -Thundik81, Cosmin Truta, UncleBuck, Zardalu, Greg Roelofs and others. +Big thanks to: D.Blake, counting_pine, fred01, Greg Roelofs, markcramer, +Ken Silverman, Sined, Thundik81, Cosmin Truta, UncleBuck, Zardalu and others. Finally a massive thanks to all authors of the software on which this script depends, and those pioneers developing and optimizing the PNG standard.