rOptiPng:an modification to OptiPNG to support recursive directory optimization
rOptiPng,hosted on google code, is an modification to OptiPNG to support the optimization of multiple directories with recursion,making it easier to use,especially when optimizing many image files in different directories,such as a website.
To optimization of multiple directories recursively with rOptiPng,simply by using the ** wildcard in file path.
for examples:
roptipng **/*.png
roptipng c:\photos\**\*.png
roptipng c:\photos\**\*.png d:\website\**\*.png
roptipng c:\photos\**\image8.png
if you find it useful, a time saver,or even just mildly interesting,then my effort was worth it.
if you have any suggestions on how to improve it, I’d love to hear it.
Enjoy:)
Related posts:
Related posts:
Awesome, just what I need.
It'd be nice if there was an option to delete the original BMPs when doing BMP to PNG conversion; when I do that it just leaves the original BMPs hanging there.
Otherwise, an excellent program.
thank you
no,it doesn’t support jpeg,you can using jhead[http://www.sentex.net/~mwandel/jhead/] to optimize jpeg files
Does it support jpeg files?
Thanks for this great tool!