Well, well, well...
I haven't been here for quite some time, though I have been hard at work making amazing programs.
SMRT has been updated quite a bit since I last posted here. I might have to release the latest revision. Also, do you mean you entered the evA, evB and evY values in manually? Because the program should be able to find the values automatically.
Well, now that I think of it, attaching to a process is tricky. It really only works with a specific release of VBA. Anywho, my latest creation is an image compressor. It's coming along quite well, if I do say so myself. I took a certain image from this site (
https://www.vgmaps.com/Atlas/SuperNES/Lufia&TheFortressOfDoom-World.png) and compressed it like a champ. Here are the results:
Format Filesize (in bytes)
Bitmap (32bpp): 20,972,598
PNG (PNGGauntlet, best settings, OptiPNG, DeflOpt) 998,629
PNG (7z, LZMA2, Ultra) 957,710
BMP (7z, LZMA2, Ultra) 254,217
pimanip (Tile Sequence algorithm) 35,377
My program is the bottom one. Quite significant indeed. On a side note, why is the font size of the code tag so small?