[MonoTouch] writing a photo (jpeg) to Photo Album

2012-03-07 Thread jGoff
Does anyone have a code snippet the shows how to use the ALAssetsLibrary class for saving a JPEG file. I previously used the SaveToPhotosAlbum method in UIImage, but since it does not preserve the embedded metadata, I'm pretty sure I have to switch to WriteImageToSavedPhotosAlbum. The beginning

Re: [MonoTouch] writing a photo (jpeg) to Photo Album

2012-03-07 Thread Jason Awbrey
according to the docs, the tags in the Dictionary you pass in will get merged with any tags already embedded in the image. If there is a conflict the new tags in the dictionary overwrite the tags already embedded in the image On Wed, Mar 7, 2012 at 12:12 PM, jGoff i...@goffs.net wrote: Does

Re: [MonoTouch] writing a photo (jpeg) to Photo Album

2012-03-07 Thread Craig Dunn
UIImagePicker