You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install jpegoptim on Windows for example, simply download here the bin : https://sourceforge.net/projects/jpegoptim/
Then unzip it in a desired folder in your system for example : D:\mySuperBinFolder
Then you can use it in your project like that :
$optimizer = new OptimizerChain();
$optimizer->setTimeout(10);
$optimizer->addOptimizer((new Jpegoptim([
'--all-progressive',
]))->setBinaryPath('D:\mySuperBinFolder'));
This discussion was converted from issue #159 on February 13, 2022 14:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
hey, it says to download various tools like jpegotpem etc... to optimize images. how do i install it on windows?
All reactions