Thread: Pixel by Pixel
View Single Post
  #9  
Old 03-26-2011, 11:19 AM
Sutts Sutts is offline
Approved Member
 
Join Date: Jan 2010
Posts: 566
Default

Quote:
Originally Posted by MadBlaster View Post
Hey 1C? Why in god's name do you have to make this filter crap pixel by pixel??? Can you really get a freakin' spaz attack from a single pixel??? Why not break the screen up. Say 1 inch square or larger, do a quick average on the contrast values for each square and leave it at that. I think(hope) that is going to be WAAAAAAAAAAAAAAY faster.
Unfortunately this wouldn't help. In order to do a quick average on the contrast values for each square you'd have to access the properties of each pixel in the square anyway. You just can't refer to a single property for a 1 inch square.
Reply With Quote