GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Program to batch convert to progressive JPEGs ONLINE images? (https://gfy.com/showthread.php?t=1144786)

Naughty 07-06-2014 02:04 AM

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.

PornDiscounts-V 07-06-2014 04:49 PM

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 "{}" "{}" \;

NemesisEnforcer 07-06-2014 08:27 PM

Quote:

Originally Posted by Naughty (Post 20149113)
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.

No need to use progressive JPGs or slice images anymore.

Naughty 07-07-2014 01:43 AM

Quote:

Originally Posted by vvvvv (Post 20149635)
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 "{}" "{}" \;

I consider that online too ;-)

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.

dunhill 07-07-2014 02:39 AM

I use jpegoptim
Code:

jpegoptim  /path/to/images/*.jpg --strip-all

CurrentlySober 07-07-2014 02:44 AM

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