🎨 Design
Design, layout, and creative utilities
Image Emboss Kernel
Apply emboss convolution kernel to create 3D raised surface effects on images
DesignImage Boolean AND
Apply bitwise AND operation between two images to create intersection mask
DesignImage Boolean XOR
Apply bitwise XOR operation between two images to create difference mask
DesignImage Boolean OR
Apply bitwise OR operation between two images to create union mask
DesignImage Motion Blur Kernel
Apply motion blur kernel to simulate camera movement or object motion in specified direction
DesignImage Sobel Edge Detection
Apply Sobel operator for edge detection to highlight boundaries and contours in images
DesignImage Roberts Cross Edge Detection
Apply Roberts Cross operator for simple and fast edge detection, particularly effective for diagonal edges
DesignImage Gaussian Blur
Apply Gaussian blur kernel for smooth noise reduction and image softening with precise control
DesignImage Prewitt Edge Detection
Apply Prewitt operator for edge detection to identify boundaries and gradients in images
DesignImage Box Blur
Apply box blur kernel for simple uniform averaging and fast noise reduction
DesignImage Convolution Kernel
Apply standard convolution kernels (blur, sharpen, edge detection, emboss) for image processing and effects
DesignImage Custom Convolution Kernel
Apply custom convolution kernel by defining your own matrix values for personalized image effects and processing
Design