GoodForNothing Image Optimizer [Paid] [Deleted]

@Amin Sabet I haven't explicitly included any argument to remove the meta data except for some... I guess by default jpegoptim removes the copyright info. I'll add the '--strip-none' argument for the next version. In the mean you can edit the file /library/GFNKraken/ImageCompressor/Jpeg.php line 39 and change:
Code:
'%s --quiet --stdin --stdout'
to
Code:
'%s --quiet --stdin --stdout --strip-none'
:)
 
@Amin Sabet I haven't explicitly included any argument to remove the meta data except for some... I guess by default jpegoptim removes the copyright info. I'll add the '--strip-none' argument for the next version. In the mean you can edit the file /library/GFNKraken/ImageCompressor/Jpeg.php line 39 and change:
Code:
'%s --quiet --stdin --stdout'
to
Code:
'%s --quiet --stdin --stdout --strip-none'
:)

Thank you for the great support!!!

One feature request: Would be GREAT if you could find a way to have this addon compress the images in the XenForo image proxy.
 
According with this screenshot:
Screen shot 2015-10-19 at 8.16.44 PM.webp
it is possible know the file size reduction using JpegOptim on my own server?
 
I got a question, does it works without creating an account on kraken.io?
Does it works on avatar, global images which are on the index page or elsewhere?

Regards,
 
Top Bottom