Get detailed information about an image file.
Returns dimensions, format, color mode, file size, and EXIF metadata.
Resize an image by dimensions or scale factor.
Provide width/height, or a scale factor (e.g. 0.5 for half size).
By default, aspect ratio is preserved. If only width or height is given,
the other dimension is calculated automatically.
Convert an image to a different format.
Supported formats: PNG, JPEG, WebP, GIF, BMP, TIFF, ICO, AVIF.
Compress an image to reduce file size.
Optionally resize to max dimensions while compressing. Works best with
JPEG and WebP. PNG files will be converted to optimized PNG.
Crop an image to a specific region.
Coordinates are in pixels from the top-left corner.
Create a square thumbnail from an image.
The image is resized to fit within a square of the given size,
preserving aspect ratio.
Remove all EXIF and metadata from an image for privacy.
Creates a clean copy of the image with no embedded metadata.
Rotate an image by a specified number of degrees.
Flip (mirror) an image horizontally or vertically.
Apply a filter to an image.
Available filters: blur, sharpen, smooth, detail, contour, edge_enhance,
emboss, grayscale.
Get detailed information about a video file.
Returns duration, resolution, codec, bitrate, fps, and audio info.
Requires ffprobe (part of ffmpeg) to be installed.
Extract frames from a video at regular intervals.
+1 more tools listed on main page