Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Currently i am trying to draw some line in my iPad screen and i am able to do so.

I am following this code:

iPad (very) simple drawing

So currently if i am trying to save the drawing

I cannot save the drawing without its background,It saves the whole screen i.e. that drawing and its background.So how can i save only lines not its background.

Any sample application or tutorial available for this?

share|improve this question
Which bit of the code in the link are you using? – jrturton Nov 7 '11 at 9:39

1 Answer

You can't. Whatever graphics editor you might have available, use it to identify that background color as transparent, which will accomplish that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.