Example

A typical watermark might consist of a simple RGBA image containing a logo or a copyright notice. We create a record in the image catalog (or the default catalog) with catalog::Id set to watermark and specify the watermark image file in catalog::Path. We want to stretch the watermark to fit the view image (without distorting the watermark) while leaving a little extra margin, and reduce the opacity to 20% of the original watermark, so we set catalog::Modifier to sizeN=0.9,0.9&opac=20. To activate watermarking, set attribute::Watermark to the id of the watermark catalog entry, “watermark” in this example. We might want to experiment with different blendMode= choices to achieve different watermarking effects.

See also

attribute::Watermark

Experience Manager