Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
My templates have currently been using only imagecache which had been confusing me as to why my watermarks weren't showing up until I hit this issue queue. Fyi, to get the watermarked images to show in your theme when using imagecache, something like this works:
where "Watermarked" is my Image module "Image sizes" namespace.
Granted, this resizes the watermarked image, so the watermark itself will be scaled along with the image and will potentially even get crop-chopped or cropped out entirely.
The Imagecache Actions module (http://drupal.org/project/imagecache_actions ) supports watermarks when used in combination with Imagecache. Production versions have be released for both Drupal 5 and Drupal 6. Closing the ticket since the issue has been resolved.
Comments
Comment #1
Anonymous (not verified) commentedYes, this would be very useful to have on CCK Image Fields/ImageCache.
Comment #2
Christopher Herberte commentedsubscribe/bump
Comment #3
schnizZzla commentedI am not going to implement more features at this moment. I still have some work left on basic issues, that do not work as expected.
I would like to postpone that, but I leave this request on the list. It's an useful feature for sure, after basic problems have been handled.
Comment #4
TallDavid commentedsubscribe/bump
Comment #5
texas-bronius commentedMy templates have currently been using only imagecache which had been confusing me as to why my watermarks weren't showing up until I hit this issue queue. Fyi, to get the watermarked images to show in your theme when using imagecache, something like this works:
where "Watermarked" is my Image module "Image sizes" namespace.
Granted, this resizes the watermarked image, so the watermark itself will be scaled along with the image and will potentially even get crop-chopped or cropped out entirely.
Comment #6
TallDavid commentedThe Imagecache Actions module (http://drupal.org/project/imagecache_actions ) supports watermarks when used in combination with Imagecache. Production versions have be released for both Drupal 5 and Drupal 6. Closing the ticket since the issue has been resolved.