[F/OS] 🖼️ ImageUtil - Additional Tools To The Image Component!

Two new methods added in version 2.

ApplyWatermark

Applies watermark text to the given image's content.

Parameters: image = component, watermark = text, x = number (int), y = number (int), color = color, alpha = number (int), size = number (int), underline = boolean

RoundCorners

image

Applies round corners to the Image, with the radius parameter as the radius of each corner.

Parameters: image = component, radius = number (int)

1 Like