Exact, reversible negative
Inversion is a pure 255-minus operation per channel, so applying it twice returns the identical image — a rare guarantee among photo effects.
Flip every pixel to its photographic negative in one click, right in your browser.
Loading tool…
The tool is loading its code on your device. This happens once and is cached for later visits.
Processed entirely on your device
Overview
Invert the colours of any image to produce a negative: light becomes dark and every hue jumps to its opposite. Fully local processing — nothing is uploaded.
Every pixel channel holds a value from 0 to 255. Inversion replaces each value with 255 minus itself, so black becomes white, mid-grey stays mid-grey, and each hue lands on its complementary opposite. Because the operation is applied per channel and leaves alpha alone, shapes, edges and transparency survive untouched.
Photographers use negatives to judge exposure: detail that hides in a blown-out highlight often becomes obvious once inverted. Designers invert screenshots and UI mocks to prototype dark themes quickly. Scanners of old film use inversion as the first step in recovering a positive from a negative strip.
Unlike blur or threshold, inversion discards nothing. The output PNG is a pixel-exact negative, and re-running the tool on that negative reproduces the original bit for bit, which makes it safe to experiment freely.
Decoding, inverting and re-encoding all occur on an in-memory canvas in your browser tab. No server, no upload, no account — the negative is produced and downloaded entirely on your device.
Step by step
Drop an image onto the upload area or browse for one.
The inverted negative preview appears immediately.
Inspect fine detail — inversion preserves edges and texture exactly.
Download the inverted PNG, or invert it again to return to the original.
Why use it
What this tool is good for, and what it deliberately does not try to do.
Inversion is a pure 255-minus operation per channel, so applying it twice returns the identical image — a rare guarantee among photo effects.
Negatives help inspect film scans, reveal hidden detail in over-exposed regions, and produce high-contrast assets for accessibility and dark-mode graphics.
The transform and the PNG encode both happen on your device, so the negative is pixel-exact and your source never leaves the browser.
Questions
Short, honest answers about quality, limits and privacy.