About watermarking

Image scaler add-on.
Post Reply
dstonek
Posts: 52
Joined: Fri Mar 21, 2008 3:19 pm

About watermarking

Post by dstonek »

With pleasure I receive 2.2beta upgrade with watermarking capabilities on image files.
At this time I am resizing-uploading only one image.
On server side I create a small thumbnail for it.
Of course if the regular image is watermarked same is applied to the thumbnail.
My question is if I use the applet to upload both images from client side (two images upload)
document.writeln('additionalfilterid ="medium,small"');
watermark would be applied to both?
I think thumbnails (small sample) do not need it regularly.
Thank you,
Daniel

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: About watermarking

Post by support »

You can define one scaling.properties file for each filter small and medium :
<PARAM NAME="smallfilterproperties" NAME="small_scaling.properties">
<PARAM NAME="mediumfilterproperties" NAME="medium_scaling.properties">

So you can enable/disable watermark in each file depending on your needs.

Does it help ?

dstonek
Posts: 52
Joined: Fri Mar 21, 2008 3:19 pm

Re: About watermarking

Post by dstonek »

Yes, it does. Thank you.
PS: I have a pending answer about broken uploads

Post Reply