Hey people, I’ve been working on this project and I have ONE last bug I absolutely cannot fix, I’ve tried everything I can think of, it’s driving me crazy!!!
So basicaly, in the app, you can up load a photo, and then draw on it. For the drawing all i did was, put a transparent bitmap over the image you upload, and then when you draw, you basicaly draw over the parts of the image you want to keep…
click a button and i basicaly keep the pixels form your image, that correspond to the pixels draw on the draxing layer, just like the photoshop tool.
OK this all works
BUT the problem is that i you rotate the image, it messes up.
So my question is, how can i make a “snapshot” of a bitmap, i mean draw it to another bitmap exaclty the way it looks on screen ?
if anyone can help, i’d really apreciate it.
thx!