{% extends 'base.html' %} {% block title %}Rotate Image — WebTools{% endblock %} {% block content %}

Rotate Image

Rotate your image by 90°, 180°, 270°, or any custom angle. Also supports flipping.

Drag & drop an image here

or click to browse

Preview

degrees
Positive = clockwise. Range: -360 to 360.
When enabled, the canvas grows to avoid clipping corners on non-90° rotations.
Processing...

Rotating image…

Rotation Complete

Your rotated image will appear here after processing.

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