Page 1 of 1

About watermarking

Posted: Sat Aug 16, 2008 7:13 pm
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

Re: About watermarking

Posted: Sun Aug 17, 2008 10:32 am
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 ?

Re: About watermarking

Posted: Mon Aug 18, 2008 7:48 pm
by dstonek
Yes, it does. Thank you.
PS: I have a pending answer about broken uploads