Re: Saving a rotated image

2011-08-11 Thread charisse napeÿfffff1as
, 2011 11:23 PM Subject: Re: Saving a rotated image Break the problem up. Which bits don't you know how to do? On 10 Aug 2011, at 07:37, charisse napeÿf1as wrote: Hello All, Anybody knows how to save a rotated image to the Documents folder in iphone? Given a variable number of degrees

Re: Saving a rotated image

2011-08-11 Thread Roland King
, 2011 11:23 PM Subject: Re: Saving a rotated image Break the problem up. Which bits don't you know how to do? On 10 Aug 2011, at 07:37, charisse napeÿf1as wrote: Hello All, Anybody knows how to save a rotated image to the Documents folder in iphone? Given a variable number

Re: Saving a rotated image

2011-08-11 Thread David Duncan
Are you rotating a UIImage, or rotating a UIImageView? The former implies you are drawing the image to a destination, in which case the answer is to capture that drawing. The latter implies that you are rotating *the presentation* of the image, which is a different operation from rotating the

Saving a rotated image

2011-08-10 Thread charisse napeÿfffff1as
Hello All, Anybody knows how to save a rotated image to the Documents folder in iphone? Given a variable number of degrees, how to save that rotated image in file, keeping its current rotation angle? thanks, Charisse ___ Cocoa-dev mailing list

Re: Saving a rotated image

2011-08-10 Thread Mike Abdullah
Break the problem up. Which bits don't you know how to do? On 10 Aug 2011, at 07:37, charisse napeÿf1as wrote: Hello All, Anybody knows how to save a rotated image to the Documents folder in iphone? Given a variable number of degrees, how to save that rotated image in file, keeping