My plan is to load a picture from a users hard drive and then do some wizardry on it in memory.
First thing is first, how can I get the height and width from an Image?
Also, say I wanted to select a rectangular piece from the image, how would I do that in memory (no GUI)?
Thank you for your guidance.