![]() |
Program to batch convert to progressive JPEGs ONLINE images?
Is there any good (free) one?
We got an F on webpagetest for Progressive JPEGs. If there's an easy way to fix this that'd be golden. |
Why does it have to be online? You can do it on the "command line" with:
Code:
find . -name \*.jpg -exec jpegtran -copy none -progressive -outfile "{}" "{}" \; |
Quote:
|
Quote:
Thanks, looks perfect, is that jpegtran a standard server option or does anything need to be installed? @NemesisEnforcer: according to several speedtesting services it does make a big difference in loading. |
I use jpegoptim
Code:
jpegoptim /path/to/images/*.jpg --strip-all |
i lick poogrsesive jpgs...
|
All times are GMT -7. The time now is 02:55 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123