Design
Flop images horizontally (left to right) with options for output format and quality
image-flopDesign
Rotate images by specified degrees with options for background color and output format
image-rotateDesign
Rotate images by any arbitrary angle with options for background color and output format
image-rotate-arbitraryDesign
Rotate images based on EXIF orientation metadata to ensure correct display
image-rotate-exifDesign
Transpose images by flipping vertically then horizontally (across the main diagonal from top-left to bottom-right)
image-transposeDesign
Transverse images by flipping horizontally then vertically (across the secondary diagonal from top-right to bottom-left)
image-transverseDesign
Extract a specific region from an image using precise X, Y coordinates and dimensions
image-extract-coordinatesDesign
Extract a specific rectangular region from an image by specifying area dimensions and position
image-extract-regionDesign
Trim image borders by removing unwanted edges and margins automatically
image-trimDesign
Remove specific colored borders and backgrounds from images by trimming pixels matching selected colors
image-trim-colorDesign
Advanced image trimming with configurable tolerance levels for precise border removal
image-trim-toleranceDesign
Remove whitespace and empty margins from images by detecting and trimming blank areas
image-trim-whitespace