• Resolved Yorge

    (@jerrry)


    Hello, I really like your plugin, but even If I set the JPEG compression level to 100, images, which are resized to requested max. width or height (set in your plugin), these pictures have a very log (compressed) quality. Is there any way how I can set compression to the even higher level, or disable it (for example via functions.php)? Because I didn’t find any other options in plugin to fix this.

    • This topic was modified 2 weeks, 1 day ago by Yorge.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gerard Blanco

    (@sixaxis)

    Hi Yorge,

    The quality of the image is a parameter that is sent to WordPress so that it can do the compression. This means that, technically, it’s WordPress itself, and not our plugin, who compresses your image, and this cannot be disabled.

    I’m sorry, but I’m afraid that setting the quality to 100 is the maximum you (or we) can do ??

    Best,

    Thread Starter Yorge

    (@jerrry)

    Hello Gerard, thanks for reply. But if I disable your plugin and upload the image to gallery, there is no visible compression (or image quality degradation). This is happening only if I turn your plugin and use the resize image function. Tested it with few images and results were same for every single one.

    Thread Starter Yorge

    (@jerrry)

    Maybe changing the default WP compress level should help ??
    add_filter( ‘jpeg_quality’, create_function( ”, ‘return 95;’ ) );

    Plugin Support Gerard Blanco

    (@sixaxis)

    Hi Yorge,

    Can you send us one or two example images that we can use to reproduce the issue, please?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.