Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1458732

    Hello,
    I found about 100 threads related to the issue, that the generated image sizes are bigger than the original image.
    I am also having this issue and am wondering if anyone found a solution within the last 5 years this topc was been found in this forum.
    Thanks.

    Best regards
    Axel

    #1458737

    a lot of places do have the solution on this.
    But a subsequent solution to the “problem” must be accompanied by a complete recalculation of the existing image formats. This is because you can only influence the calculation basis for the upload process. Existing images are not changed by the snippet alone.

    some of the plugins that handle the recalculation do have a solution for uploading process too. Because i’m not shure if the enfold existing snippet:

    add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1);
    add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1);
    function avf_set_quality_mod($quality) { $quality = 55; return $quality;}

    has influence on other image formats ( only pixel based can be handled on general ) but i guess that the snippet above does not work with png files.

    A nice little tool is from Shortpixel reSmush.it – see some info: https://shortpixel.com/
    for me the free version is good enough.

    #1459891

    Hi,
    Thank you for sharing the solution Guenni007

    Best regards,
    Mike

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