- What does inversion do?
- For each pixel, R=255-R, G=255-G, B=255-B. Black becomes white, red becomes cyan, blue becomes yellow. X-ray / photo-negative effect.
- Is it useful for anything real?
- Checking color accessibility (inverted images should still be distinguishable), X-ray-style medical images, and the 'Dark Mode' of illustrations.
- Does alpha get inverted?
- No by default — transparency is preserved. Toggle 'invert alpha' for the full negative effect where transparent areas become opaque.
- Is inversion reversible?
- Yes — running the tool twice gives you back the original. Perfect round-trip.