Noticed when you zoom into a screenshot with this JavaScript code you can tell how the screen is working.

redcrazykid

Member
Joined
Jan 6, 2024
Messages
42
Reaction score
10
Credits
294

Noticed when you zoom into a screenshot with this JavaScript code you can tell how the screen is working.​


Code:
<html>
<body>
<head>
<style>
BODY { margin: 0px; padding: 0px; line-height: 1px; letter-spacing: -4px; font-family: Courier New; font-size 8px; }
</style>

<script>
a = 30;
for(i = 0;i < 10000;i++) {
 if(Math.round(i / a) == i / a) {
  document.write('<br /><br />');
 }
 document.write('-||-_|-_|_-_');
}
</script>

</body>
</html>
 


No seriously it's because the pattern actually covers all of the pixels on a normal monitor. The ones that have the red green and blue in the screen. It works on my laptop, I should take a picture of it with my cell phone. Sorry that no one responded.
 

Members online


Top