Showing posts with label xargs. Show all posts
Showing posts with label xargs. Show all posts

Friday, June 15, 2012

png optimize suite(Win32) (Ver 2012-06-15)

Download pngopt-120615.7z

Changes since Ver 2012-03-16:
^ update optipng to 0.7.1-icc-sse

Friday, March 16, 2012

png optimize suite(Win32) (Ver 2012-03-16)

Download pngopt-120316.7z

Changes since Ver 2011-04-11:
^ update optipng to 0.7-icc-sse
^ update pngout to 07/02/2011

Monday, April 11, 2011

png optimize suite(Win32) (Ver 2011-04-11)

Download pngopt-110411.7z

Changes since Ver 2009-05-29:
+ Add xargs.exe for parallel processing
+ Add pngoptall_nproc.bat and pngoptone.bat for parallel processing
! pngoptall.bat uses programs that sit with it
^ update optipng to 0.6.5-icc-sse

Usage:
pngoptall.bat [/r] : Original (Single process) version for all PNG in current directory (and subdirectories)
pngoptall_nproc.bat [/r] [/b] : Parallel version for all PNG in current directory (and subdirectories)
pngoptone.bat [/b] {file} : for One file. Will be called by pngoptall_nproc.bat

Switches: (must be in order, reversed order is not allowed)
/r: Recursive to further directories
/b: Start processes in "Below-Normal" priority

UnxUtils xargs (mod) binary/source (GPLv2)
My Enhanced UnxUtils xargs

Saturday, April 9, 2011

My Enhanced UnxUtils xargs

Binary: xargs.7z
Source: UnxUtilsSrc-findutils.7z
Source repository: http://rtoss.googlecode.com/svn/UnxUtils/

Changes:
  • Added "-w" (--whole-line) switch (like "-d '\n'" in later versions, but this will quote the whole line)
  • Added "-c" (--no-escape) switch. So that backslash will not be sorrowed.
  • Removed "\" to "/" hack