watermark on no rescaled photos

Is it possible only rescaled photos are automatically watermarked
I'm using the original Version 1.1.4, no custom changes.

When uploading a new photo that has already the "Default image display width" of the settings, no watermark is generated (Only for Full Image).
Also, when afterwards I cleared the cache..

I tried by replacing in image.php
printDefaultSizedImage(getImageTitle());
by
printCustomSizedImage(NULL, NULL, 640, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false);
no result

Only when I changed width to 630 images were watermarked.
That means, by default, uploaded images that fit to the "Default image display width" are not passed thru i.php ???

Any idea..

Comments

Sign In or Register to comment.