- Does flipping change EXIF orientation?
- The EXIF orientation flag is cleared to 1 (normal) and the actual pixel data is flipped. This guarantees consistent display across every viewer.
- What's the difference between horizontal and vertical flip?
- Horizontal flip mirrors left-right (faces look the same rotated); vertical flips top-bottom (upside down). 'Both' does both — equivalent to 180° rotate.
- Is there a rotate function?
- Use Image Rotator for arbitrary angles. Flip is limited to the two axis mirrors; rotation is a separate tool.
- Can I batch-flip?
- This tool is single-image. For bulk operations, use the Bulk Image Converter with a flip option, or ImageMagick's -flip.