Posts: 66
Threads: 11
Joined: Feb 2016
Thank you for all the info. im at work atm soo i have to chew through it again later tonight.
I really want to avoid reading alot from the screen for the 2 resones
1: its stil very slow ( but proper optimizain can remove most of this)
2: its really annoying to code cause i have to reade individuel pixels at specific cordinates. and some font in MoO are not fixed width. aka the digits are not always in the same position. like 188 and 111 the first digit on both ( the "1") will be in different position. So it will require alot of comparing back and forth to really understand what values the numbers represents. had it been a fixed size font it would be a lot easier.