This document showcases examples of the different commands and options available with the WhatsApp sticker bot. Each example demonstrates a unique command or a combination of commands.
!sticker

This is the basic sticker command without any modifications.
!sticker
Converts a video into an animated sticker.
!sticker resize=512/512

Resizes the sticker to 512x512 pixels.
!sticker negate

Inverts the colors of the sticker.
!sticker grayscale

Converts the sticker to black and white.
!sticker blur=10

Applies a blur effect with a level of 10.
!sticker lightness=50

Adjusts the lightness of the sticker.
!sticker brightness=2

Increases the brightness. Note the difference from lightness in the black background.
!sticker saturation=10

Enhances the color intensity.
!sticker hue=90

Changes the hue to 90 degrees.
!sticker removeBg

Removes the background from the sticker. Best used with human/object photos.
!sticker bgColor=lightgreen

Replaces the background with a light green color.
!sticker bgImageUrl=https://user-images.githubusercontent.com/64804554/187542182-17583f84-1a52-4680-82f2-3b78462c91fe.png

Sets a custom image as the background.
!sticker text="Hey you!" textColor=blue textSize=64 textPosition=topLeft

Adds custom text with specified color, size, and position.