Screen Checker

Diagnose display issues: dead pixels, color accuracy, gradients, backlight bleed. View resolution, color depth, and DPI. All in your browser.

গাইড দেখুন

গাইড

What does this tool do

The Screen Checker helps you diagnose display issues and view display information. It provides solid color tests for dead and stuck pixels, gradient tests for color banding and uniformity, and pattern tests for sharpness. It also shows resolution, color depth, device pixel ratio, and orientation from your browser's Screen API. Everything runs in your browser. No data is sent to any server.

How to use it

  1. Display info — View resolution, available size, color depth, device pixel ratio, and orientation. Click the copy icon to copy any value.
  2. Select a test — Click a test button (Black, White, Red, Green, Blue, Grayscale, RGB Horizontal, RGB Vertical, Checkerboard, or Grid) to display that pattern in the test area.
  3. Fullscreen — Click Enter fullscreen to expand the test area to your entire screen. This is recommended for dead pixel testing. Press Escape or click Exit fullscreen to exit.
  4. Inspect — Look for dark spots on bright screens (dead pixels) or bright dots on dark screens (stuck pixels). Use gradients to check for color banding; use patterns to verify sharpness.

How it works

  • Solid colors — Full-area backgrounds in black, white, red, green, and blue. Rendered with CSS backgroundColor.
  • Gradients — Linear gradients (grayscale left-to-right, RGB horizontal, RGB vertical) to detect color banding and uniformity issues. Rendered with CSS linear-gradient.
  • Patterns — Checkerboard and grid patterns to verify pixel alignment and sharpness. Rendered with CSS repeating-conic-gradient and linear-gradient.
  • Display info — Read from window.screen (width, height, availWidth, availHeight, colorDepth, pixelDepth, orientation) and window.devicePixelRatio.
  • All processing runs entirely in your browser. No data is sent to any server.

Use cases & examples

  • Dead pixel check — Use solid black and white screens. Dark spots on white indicate dead pixels; bright dots on black indicate stuck pixels.
  • Color accuracy — Use RGB gradients to check for color banding (visible steps instead of smooth transitions).
  • Backlight bleed — Use the black screen in a dark room. Light leaking from edges or corners indicates backlight bleed.
  • Sharpness — Use the grid or checkerboard to verify lines are crisp and pixels align correctly.
  • Display info — Copy resolution and color depth for support tickets, compatibility checks, or development.

Example

  • Select Black → full black screen; look for bright stuck pixels.
  • Select White → full white screen; look for dark dead pixels.
  • Select Grayscale → horizontal gradient black→white; check for banding.
  • Enter fullscreen → test area fills entire display for accurate diagnosis.

Limitations & known constraints

  • Browser viewport — In normal (non-fullscreen) mode, the test area is limited to the page content. Use fullscreen for full-display coverage.
  • Screen API limits — Display info reflects what the browser exposes. Multi-monitor setups may report primary or current display only.
  • No persistence — No data is stored. All info is read on load and displayed in memory.

প্রশ্নোত্তর

Where does the display info come from?
All display data (resolution, color depth, pixel ratio, orientation) is read from the browser's Screen API (window.screen). No data is sent to any server.
Does this tool send any data to a server?
No. All processing runs entirely in your browser. The test patterns are rendered with CSS. Display info is read locally from the Screen API.
Why use fullscreen for dead pixel testing?
Fullscreen fills your entire display without browser chrome or page margins. This ensures the test area covers as much of the screen as possible, making it easier to spot dead or stuck pixels near the edges.
What is the difference between dead and stuck pixels?
Dead pixels appear as dark spots on bright backgrounds (they don't light up). Stuck pixels appear as bright colored dots on black backgrounds (they stay on one color). Use the solid color tests to check for both.

সমস্ত হিসাব এবং রূপান্তর সম্পূর্ণভাবে আপনার ব্রাউজারে চলে। কোনো ডেটা কোনো সার্ভারে পাঠানো হয় না, তাই আপনার ইনপুট কখনো আপনার ডিভাইস ছেড়ে যায় না।