WMarkImage extension

Image Watermark Extension.

on

Methods

addWaterMarkImage(Image wmImg, {WMLocation location = WMLocation.tile, double opacity = 0.3, double sizeScale = 1, double vOffset = 20, double hOffset = 20, double angle = 0, bool srcDispose = false, bool wmDispose = false}) Future<Image>
Image Watermark Extension
addWaterMarkImageSync(Image wmImg, {WMLocation location = WMLocation.tile, double opacity = 0.3, double sizeScale = 1, double hOffset = 20, double vOffset = 20, double angle = 0, bool srcDispose = false, bool wmDispose = false}) Image
Image Watermark Extension
addWaterMarkText(String text, {WMLocation location = WMLocation.tile, TextStyle style = const TextStyle(), TextDirection textDirection = TextDirection.ltr, int? maxLines, double? minWidth, double? maxWidth, double opacity = 0.3, double sizeScale = 1, double vOffset = 20, double hOffset = 20, double angle = 0, bool isDispose = false}) Future<Image>
Image Watermark Extension
addWaterMarkTextSync(String text, {WMLocation location = WMLocation.tile, TextStyle style = const TextStyle(), TextDirection textDirection = TextDirection.ltr, int? maxLines, double? minWidth, double? maxWidth, double opacity = 0.3, double sizeScale = 1, double vOffset = 20, double hOffset = 20, double angle = 0, bool isDispose = false}) Image
Image Watermark Extension