Hi there,
I've just installed the EWWW plugin and two of the image tools (jpegtran and optipng). But it looks like the image tools are not recognised by the plugin, as i can see the following message next to the images in the media library:
Unsupported file type
jpegtran is missing
I also keep getting the warning:
EWWW Image Optimizer requires jpegtran, optipng or pngout, and gifsicle. You are missing: jpegtran, optipng. Please install via the Installation Instructions and update paths (if necessary) on the Settings Page.
I have added the path to the image tools like this:
/usr/bin/jpegtran
/usr/bin/optipng
And here is the debugging output:
Debug information
computed jpegtran path: /usr/bin/jpegtran
jpegtran location (using 'which'):
computed optipng path: /usr/bin/optipng
optipng location (using 'which'):
optipng version: OptiPNG 0.6.4: Advanced PNG optimizer.
computed gifsicle path: gifsicle
gifsicle location (using 'which'):
gifsicle version:
safe mode: Off
Operating System: Linux
exec(): enabled
getimagesize(): OK
mime_content_type(): OK
I'm not very familiar with commandline. Is there anything i may have missed in the process?