saving photos on iphone 1.1.4
hi,
i've captured photo and have
UIImage* preview
UIImage* picture
NSData* jpegdata
to save picture in album i need to save preview and picuture. i can save jpegdata by
[(NSData*)jpegdata writeToFile:imageFileName atomically:TRUE];
but i dont know how to save preview.
how can i scale jpegdata (i meen image it holds) or get rawdata from preview???
thnx
i've captured photo and have
UIImage* preview
UIImage* picture
NSData* jpegdata
to save picture in album i need to save preview and picuture. i can save jpegdata by
[(NSData*)jpegdata writeToFile:imageFileName atomically:TRUE];
but i dont know how to save preview.
how can i scale jpegdata (i meen image it holds) or get rawdata from preview???
thnx
This thread is a violation of the iPhone NDA. Please see developer.apple.com for more details.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Saving Frame Buffer | nicromonicon | 2 | 2,535 |
Apr 9, 2008 08:23 AM Last Post: stevejohnson |
|
| Intel & Saving Audio Data | mars | 4 | 2,857 |
Feb 25, 2006 04:47 PM Last Post: OneSadCookie |
|
| DevIL - saving images to file!!!! | alert | 2 | 2,478 |
Jun 2, 2005 03:43 AM Last Post: alert |
|
