Hi,
My application uses UIImagePicker in order to let the user choose a photo from the photos collection.
My application contains some pure C code which handles a photo.
in order to operate my C code i need a path file to that selected image in order to pass this path to my C code (which uses fopen() in order to something with the file).
so, my question is how do i get this file path in order to open it from my C code ?
thanks a lot.
My application uses UIImagePicker in order to let the user choose a photo from the photos collection.
My application contains some pure C code which handles a photo.
in order to operate my C code i need a path file to that selected image in order to pass this path to my C code (which uses fopen() in order to something with the file).
so, my question is how do i get this file path in order to open it from my C code ?
thanks a lot.