Hi Everyone,
Does anyone know how I can invert the colours on a bitmap/JPEG image? (Think MS Paint)
I'm trying to do this before I run the image through a OCR. See the Tesserac script for more details:
The screen capture I want to OCR has yellow characters on a blue background that tesserac can't read unless I invert the colours.
I have played around with the script and even tried opening the capture in MS paint to invert (using Keyboard commands) but no luck.
Anyone know a line of code that can do this for a entire image? I have seen a few example scripts on here that do it per pixel, but that's not what I am looking for a tedious/slow.
Also, is there a way to screen capture a window that is always minimized, or do I have to activate everytime?
Any help is much appreciated!
Thanks,
GG