Showing posts with label xargs. Show all posts
Showing posts with label xargs. Show all posts
Friday, June 15, 2012
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
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
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:
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
Subscribe to:
Comments (Atom)