Support » Plugin: Opti MozJpeg Guetzli WebP » Standalone usage

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ihorsl

    (@ihorsl)

    Yes, sure. Simply connect plugin to your VPS/cloud via ssh. And it will move images temporary to your server, run encoder, and fetch images back to your WordPress.

    “ImageMagick Sharpen Resized Images” plugin in not compatible with Opti MozJpeg Guetzli WebP. This plugin is overwriting the final image. As the result, it will destroy optimization.

    I have created beta version of the plugin. It is here https://ihorsl.com/redirect.php?t=wpmjgu-beta

    I have added “wpmjgu_gd_resize_crop” filter.

    apply_filters('wpmjgu_gd_resize_crop', $orig_gd, $dest_max_w, $dest_max_h, $crop, $with_alpha);

    You can use this filter to create your own function for resizing and sharpen image, before it will be compressed and stored by Opti MozJpeg Guetzli WebP

    • This reply was modified 6 years ago by ihorsl.
    • This reply was modified 6 years ago by ihorsl.
    • This reply was modified 6 years ago by ihorsl.
    Plugin Author ihorsl

    (@ihorsl)

    Version 1.01 with wpmjgu_gd_resize_crop filter became stable

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Standalone usage’ is closed to new replies.