Here's the issue.
I've an image of 32x32 pixels on which I can draw. But drawing in such a small window is really hard.
So I want this image to be displayed as a 200x200 image, but actually it must be 32x32.
For example, if you in Paint create a new image 32x32, then you zoom in, you get what I'm talking about.
But I don't wanna zoom in dynamically, I want it to be fixed 200x200, so that I'll still be able to export the image in 32x32.
I found the class view, but it allows me only to see a region zoomed, then when i try to draw the program crashes because it's as if i were drawing outside the image.
Thanks.