- Any angle or just 90° increments?
- Any angle from -180 to +180. 90° increments are exact (no pixel interpolation). Arbitrary angles use bilinear interpolation for smoothness.
- Does the canvas resize to fit?
- Yes — rotation of 45° makes the bounding box bigger (diagonal longer than the sides). The tool auto-fits the new bounds; transparent padding fills the corners.
- What about rotating around a specific point?
- Always centered. For pivot-point rotation, use the Image Editor with transforms, or a dedicated photo tool.
- Can I rotate JPEG without quality loss?
- 90/180/270° on JPEG with a EXIF-aware tool is lossless (rearranges blocks, doesn't re-encode). This tool always re-encodes — for lossless JPEG rotation use jpegtran.