• Resolved ernstwg

    (@ernstwg)


    a) Looking at the directory I can see the original file, original file size, original resolution, original name, no watermark). Though we can expect this, it is very nice.
    b) Than we have different files with lower resolution, watermarked and renamed with the suffix ‘_scaled‘ and resolution details. Okay, why not. More or less expected, nice as well.
    c) Than we have unexpectedly another quite large image, not such a high resolution as a) but higher than b), no watermark and renamed with the suffix ‘_scaled’.

    Is this a standard behaviour?

    It seems to me that c) is a kind of 2nd original file. I don’t like this too much, as I want to have the original resolution available for zooming purposes.
    a) has a resolution of 3200 x 2400
    c) has a resolution of 2560 x 1920

    Is there a workaround available?

    Thank you very much?

    • This topic was modified 3 years, 6 months ago by ernstwg. Reason: details regarding the image resolution
    • This topic was modified 3 years, 6 months ago by ernstwg.
    • This topic was modified 3 years, 6 months ago by ernstwg. Reason: spelling
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support annaszalkiewicz

    (@annaszalkiewicz)

    Hello,

    _scaled does not come from the Easy Watermark plugin. EW adds a watermark to already existing image sizes and does not create any other sizes. These can come from other plugins or from WordPress itself.

    On your watermark edit page, you can mark image sizes that you want to have watermarked in the Applying Rules box. Watermark will be applied only on the image sizes that you have marked, no matter what way of applying you use.

    Note that your list of available image sizes may be different than the one sent as the example, as some plugins create their own image sizes, like WooCommerce in the example screenshot.

    This is NOT resolved and the support poster has a point!

    Since WordPress 5.3, WP has had a feature so that it automatically scales any image above 2560 pixels (this is basically a nice feature). It then simply adds an image named _scaled and uses that in the code instead of the original.

    This means for some reason that Easy Watermark does not watermark neither the original image nor the scaled one. I just tested it (again) and I have the same problem on a live site. It never scales the original image!

    I just checked and double checked, both on my live site and on a sandbox. I suggest you do the same.

    To the poster:

    You can disable this new feature by following this guide. Basically, add the filter

    add_filter( 'big_image_size_threshold', '__return_false' );

    in your theme functions. That way, Easy Watermark will work again, I just checked. (For some reason, I have a 150px thumb which is watermarked too, even though I disabled watermarks for the 150px thumb… that is another can of worms though.

    BTW: If you like the feature of auto-scaling the full size picture, use Imsanity. That will likely work with Easy Watermark because it doesn’t do anything under the hood.

    • This reply was modified 3 years, 5 months ago by ppehrson.
    • This reply was modified 3 years, 5 months ago by ppehrson.
    Thread Starter ernstwg

    (@ernstwg)

    Dear both. Many thanks for your valuable feedback. I will correct some things.

    I keep this as resolved, as my individual need are fully covered by now. And I appreciate providing feedback to an already resolved post.

    Plugin Author Wojtek Sza?kiewicz

    (@szaleq)

    Hi @ppehrson

    You are right about the WordPress scaling mechanism. If you upload an image larger than 2560px it will be scaled down and saved with the -scaled suffix. WordPress then uses this image as a full-size image instead of the original. Easy Watermark does not need to know if the image has been scaled or not. If your watermark is configured to be applied to a full-size image then it will get applied to the scaled one. I’ve just tested it a few times and can assure you it works this way.

    Also, there is no possibility that the size you disabled gets watermarked anyway. Please note, that sometimes the image you see can be a different size than you expect. For example in the WordPress admin area in Media Library there are square thumbs which are in fact of medium size, not the thumbnail size as you might think.

    If you still experience issues with Easy Watermark please create a new support topic and describe the problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No watermarks on original Image’ is closed to new replies.