Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
gd toolkit
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2002 at 01:01 UTC
Updated:
21 Aug 2006 at 00:02 UTC
Allow uploaded images to be watermarked.
composite -dissolve 20 -gravity southeast -geometry +10+10 wmk.png image.jpg watermarked.jpg
Comments
Comment #1
bertboerland commentedlook like functionality wise the same as http://drupal.org/node/view/697
(though that request might need a new kind of submittype (eg book, poll, node, QOTD) and table
im all in fav for this request.
Comment #2
tso commentedhi
hm, this is a quite old topic, but may be someone interested in watermarks on images.
i'm worked on a patch to merge watermark pictures with original ones, and after generate the preview, thumbnail and other things.
image_watermark function placed in image.inc called through the image_scale function (exactly: image_gd_watermark & image_gd_resize), after this new images generated with a watermark on it, if the image is not a thumbnail.
watermarking can be enabled on the image settings page, you can specify the path, watermark image filename, and position on it.
some picture can be found here and here and here
first of all i have modified image_gd_resize function to filter out thumbnail images...
and of course it called by this way from image.module:
other changes made for settings in image.module...
and the two image_watermark function in image.inc...
there is an older version for drupal 4.5.0, and for the latest cvs
this patch as small as possible, so may be some things what i didn't checked, so you can modify it if necessary...
Comment #3
bertboerland commentedThe pictures rather cool I must say. What about adding text instead of pictures as watermarks to pictures?
Comment #4
Bèr Kessels commentedI achieved this, using ˝actions˝ with workflows. the module is called imageactions.module and does all sorts of nifty stuff like greyscaleing etc. IMO that is a better approach then a built-in watermark system.
Comment #5
ergophobe commentedWhere would one find the imageactions.module? I don't see it on the Modules page.
Comment #6
ergophobe commentedIt's here:
http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/ber/image_act...
Comment #7
aries commentedSome help needed. I've installed actions and image actions modules from cvs for a v4.6.3 base. Functions are ok, I can configure the watermark action :) My problem is that I can't find a checkbox or something else (sorry, I don't know how works exactly, because lack of docs) when I create/edit an image node. How can I select which image should be watermarked, which shouldn't. Thanks!
Comment #8
Bèr Kessels commentedThis ois not a support thread. image actions is a proof of concept, not meant for production use, and you need actions module and workflow module installed. There you configure it.
So please, develop on with this.
Comment #9
iraszl commentedPlease help me collect the bounty: http://drupal.org/node/76069
Comment #10
killes@www.drop.org commentedhttp://drupal.org/project/watermark
Not quite four years. :p
Comment #11
(not verified) commented