Image Rotator / Flipper
Rotate an image in 90-degree steps, or flip it horizontally or vertically.
Convert an image to grayscale, with adjustable intensity.
The Grayscale Converter lets you easily convert an uploaded image to grayscale (black and white). An intensity slider lets you create anything from a subtle partial effect to a fully monochrome result.
All processing happens entirely in your browser using the Canvas API — your image data is never sent to a server.
Yes, it is completely free to use.
No. All processing happens in your browser using the Canvas API. Images are never uploaded to a server.
An NTSC-weighted average (0.299×red + 0.587×green + 0.114×blue) is used, producing a natural result close to human brightness perception.
Yes. Setting the intensity slider to something like 50% blends the original color with the grayscale version.