Here at CuppaIT we are excited to release our first image manipulation SaaS, it is an image Watermarking service which can be used to add a watermark to any Jpeg, Png or Gif image. The watermark can consist of either plain text or another image, options available are:
Required parameters:
image : Image to watermark
watermark : Image to use as watermark
OR
watermarkText : Text to watermark with
Optional parameters:
position : sets the initial position of the watermark ("topLeft", "topRight", "bottomLeft",
"bottomRight", "center")
x : relative position of the watermark on the x axis, range of -1 to +1 or anything in between
ie. -1 = -100%, -0.55 = -55%, 0 = 0%, 0.01 = 1%
y : relative position of the watermark on the y axis, range of -1 to +1 or anything in between
ie. -1 = -100%, -0.55 = -55%, 0 = 0%, 0.01 = 1%
font : font to use - to see a list of available fonts simply use the parameter "ShowFonts"
fontSize : font size to use, min font size is 6, specifying a smaller font size will default to 6.
opacity : sets the opacity of the watermark range between 0.0 and 1.0
gcolor : color, only has an affect when Text is used to watermark
Click on the following link to see a live example:
Original Image : Link
Watermark Used : Link
Watermarked Image : Link
We will post a simple test form for you to play around with soon but for now you can simply change the parameters in the link to try things out.
Have Fun,
CuppaIT