Watermark appears on all derivates
MrMusashi - August 23, 2007 - 06:39
| Project: | Image watermark |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
im not sure where this issue belongs (here or in the image module).
the problem is:
the first image i upload gets watermarked correctly. by this i mean that only the image i select gets tagged with the watermark correctly. from the second image and outwards it seems the original image is first watermarked and then scaled down to thumbnail and preview sizes. so the watermark is visible on all images even if i have specified it on the original only.
i have tried both image 5.x-1.x-dev and image 5.x-1.4 official and it makes no difference.
the weird thing is if i remove all images it works on the first image again....
drupal core is 5.2
any suggestions? :)
tia!
MrM

#1
This is happening every time image module rebuilds derivates based on the original image which is already watermarked.
To circumvent the problem, it would be neccessary to store a copy of the image without watermark. This seems kind of waste of space to me. I don't want to do that. Developing watermark using image 1.2 I saw no way to stop image module from rebuilding derivates without hacking image module. I don't want to do that neither. Maybe I can find another way with newest version of image module...