Watermark

Adds a text based watermark to the current image with a wide range of options.

  • text
  • fontsize (defaults to 48px)
  • fontfamily (any installed fonts)
  • fontopacity (1-100)
  • fontstyle (bold|italic|regular|strikeout|underline) defaults to regular
  • dropshadow
  • textposition (x,y)

Requests are passed thus: Each parameter is optional.

<!--All Properties-->
http://your-image?watermark=imageprocessor&color=fff&fontsize=36&fontstyle=italic&fontopacity=80&textposition=30,150&dropshadow=true&fontfamily=arial
<!--Legacy-->
http://your-image?watermark=text-imageprocessor,color-fff,size-36,style-italic,opacity-80,position-30,150,shadow-true,font-arial
    

Examples

Original

original image

Watermarked

image with a watermark applied