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 im

Re: Saving a rotated image

2011-08-11 Thread Roland King
: > I can already rotate an image. But I don't know how to save it in that > current state. > > > > > From: Mike Abdullah > To: charisse napeÿf1as > Cc: "cocoa-dev@lists.apple.com" > Sent: Wednesday, August

Re: Saving a rotated image

2011-08-11 Thread charisse napeÿfffff1as
I can already rotate an image. But I don't know how to save it in that current state. From: Mike Abdullah To: charisse napeÿf1as Cc: "cocoa-dev@lists.apple.com" Sent: Wednesday, August 10, 2011 11:23 PM Subject: Re: Saving a rotated i

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, > keepin

Saving a rotated image

2011-08-09 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 (Cocoa