{% extends "base.html" %} {% block title %}Image Tools{% endblock %} {% block nav_images %}active{% endblock %} {% block content %}

Image Tools

Resize, compress, and convert images — everything runs locally on your machine.

Resize Image

Upload an image and resize it by dimensions or percentage.

or drop files here · PNG, JPG, WebP, GIF · batch supported · resize by dimensions or %

Compress Images

Reduce image file sizes. Drag to reorder.

or drop files here · batch supported · choose High / Medium / Low quality

Convert Image Format

Convert images between PNG, JPG, and WebP.

or drop files here · converts PNG ↔ JPG ↔ WebP · batch supported

{% endblock %} {% block scripts %} {% endblock %}