If you’re a nerd, and you’ve been around Macs for a while, you might remember Applescript. It was a language developed by Apple to allow intermediate–to–advanced users to write simple scripts that could control Mac applications. It was actually created to resemble the English language, so accessing a pixel would be written as pixel 7 of row 3 of TIFF image "my bitmap" or even TIFF image "my bitmap"'s 3rd row's 7th pixel Needless to say, there’s a good reason modern programming langu...