Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
From reading the docs, its supposed to process the URL parameters left to right.
However, if you put more than one watermark on the URL, it throws an error.
So, for example...
This works:
?watermark=Issue+Date%3A&textposition=485,245&fontfamily=Calibri&color=000&fontsize=12&dropshadow=true&fontstyle=regular,bold
This does not:
?watermark=Issue+Date%3A&textposition=485,245&fontfamily=Calibri&color=000&fontsize=12&dropshadow=true&fontstyle=regular,bold&watermark=Certificate+%23%3A&textposition=15,245&fontfamily=Calibri&color=000&fontsize=12&dropshadow=true&fontstyle=regular,bold
Hi Wolfie,
Yeah that's by design.
The url API only accepts one instruction per processor. This helps prevent DDOS attacks. If you want more complicated manipulation you should use the ImageFactory API.
Cheers
James
That makes sense. Thank you.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
ImageProcessor Multiple Watermark text
From reading the docs, its supposed to process the URL parameters left to right.
However, if you put more than one watermark on the URL, it throws an error.
So, for example...
This works:
This does not:
Hi Wolfie,
Yeah that's by design.
The url API only accepts one instruction per processor. This helps prevent DDOS attacks. If you want more complicated manipulation you should use the ImageFactory API.
Cheers
James
That makes sense. Thank you.
is working on a reply...