Closed (fixed)
Project:
Image Resize Filter
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2009 at 11:19 UTC
Updated:
22 Oct 2009 at 02:26 UTC
Hi,
How i can make auto-watermarking with imagecache actions and image_resize_filter? I create preset in imagecache, with watermark action. Now, how I can join it with image_resize_filter?
Comments
Comment #1
quicksketchYou can use a module like FileField Insert to insert an ImageCache preset (with a watermark) into the body area, then Image Resize Filter can scale that image down. However, Image Resize Filter cannot (and likely will not) provide the ability to add effects to images after they have been scaled down. If you need inline images with watermarks, I'd suggest you just use ImageCache and FileField Insert and not plan on using Image Resize Filter at all, since you're already using ImageCache to scale down your sizes. But you can use all 3 together, try them out and see if that will fit your needs.
Comment #2
Rydygiel commentedThanks! I try your idea.
Comment #3
quicksketch