Image tools, separated by task.
Choose conversion, compression, or resizing. Each workflow has its own page, settings, accepted formats, and upload queue.
Convert Images
Choose the source and output format on the page itself, then process PNG, JPG, WEBP, or AVIF files in a batch.
Compress Images
Reduce image size while keeping the original format. Adjust output quality and process multiple files together.
Resize Images
Set width and height in pixels, then choose fit, crop, or stretch behavior for every queued image.
Jump directly to a format pair.
Why the tools are separated.
Conversion changes the container
A format converter decodes the source pixels and writes them into a different image format. The source selector also locks the file input to the correct extension.
Compression keeps the format
Compression re-encodes the image with a selected quality level while keeping its original extension whenever the server codec supports it.
Resizing changes pixel dimensions
Resizing maps the source pixel grid to a new width and height. Fit, crop, and stretch modes control how aspect ratio is handled.
Temporary processing protects storage
Uploads and outputs use private random directories and expire after 30 minutes through the configured cleanup cron job.