How the Dead Pixel & Display Tester Works
AnyTool Dead Pixel & Display Tester paints test patterns directly onto the screen you are viewing, entirely in the browser. A full-viewport overlay fills the display with a chosen pattern: solid colours are drawn with pure CSS, gradients and colour bands with CSS gradients, and the stuck-pixel exerciser with an HTML canvas that redraws a grid of random RGB cells about thirty times a second. The Fullscreen API removes the browser chrome so the pattern reaches every edge, the cursor auto-hides after a moment of stillness, and you cycle the solid set by clicking, tapping or pressing the arrow keys or Space — optionally on an auto-cycle timer. No images are loaded and nothing is sent to a server.
- Solid colours via CSS; gradients via CSS gradients; exerciser via canvas
- Fullscreen API fills the whole panel; cursor auto-hides when idle
- Cycle with click / tap / arrow keys / Space, or a 1–10s auto-cycle
- Exerciser redraws random RGB cells ~30 times per second
- All rendering is client-side — no assets, no server round-trip
