Design
Apply affine transformation for scaling, rotation, shearing, and translation
image-affineDesign
Apply color burn blend mode between two images for dramatic darkening and intense color effects
image-color-burnDesign
Apply color dodge blend mode between two images for bright, ethereal and glowing effects
image-color-dodgeDesign
Calculate the difference between two images to identify changes or create comparison masks
image-differenceDesign
Apply hard light blend mode between two images for strong, intense contrast and vivid effects
image-hard-lightDesign
Apply bitwise AND operation between two images to create intersection mask
image-boolean-andDesign
Apply bitwise NOT operation to invert all pixel values in an image
image-boolean-notDesign
Apply bitwise OR operation between two images to create union mask
image-boolean-orDesign
Apply bitwise XOR operation between two images to create difference mask
image-boolean-xorDesign
Apply edge detection convolution kernels to identify and highlight edges and contours in images
image-edge-detect-kernelDesign
Apply emboss convolution kernel to create 3D raised surface effects on images
image-emboss-kernelDesign
Apply box blur kernel for simple uniform averaging and fast noise reduction
image-box-blur