11-16-2025, 05:09 PM
(This post was last modified: 11-16-2025, 05:10 PM by TempodiBasic.
Edit Reason: I miss a plural
)
@CletusSnow
yeah it is an OCR, so you can get it working if you obtain a strong contrast between foreground and background but only if you use normal font images... if you use for example script font you don't, or weddings font or others in which the sign of character is so much artistic that its shape is far from standard one.
A good option is the duplication of screen output that Bplus has already posted.
Moreover if it is your habit, you can go down to lowlevel and read directly the video ram...search in the forum the _MEM examples code... I remember different threads , one of these is that of scrolling video started by me and made richer by important post from smarter QB64pe friends.
yeah it is an OCR, so you can get it working if you obtain a strong contrast between foreground and background but only if you use normal font images... if you use for example script font you don't, or weddings font or others in which the sign of character is so much artistic that its shape is far from standard one.
A good option is the duplication of screen output that Bplus has already posted.
Moreover if it is your habit, you can go down to lowlevel and read directly the video ram...search in the forum the _MEM examples code... I remember different threads , one of these is that of scrolling video started by me and made richer by important post from smarter QB64pe friends.

