given is the x- and the y-coordinate of an image, and also it's height and width.
I now want to store every pixel of that image (ONLY THE LOCATION) in an array, so I can compare them to another array which also holds image-coordinates to check whether these images collide. How can I do that? I thought of an array, but even though I've also read a lot of explanation stuff about arrays, I don't get it.