I have inserted an image as a blob in a sqlite. Now how can I fetch that blob as an image or how can I convert that blob into image file.
+1
A:
I found this tutorial that describes how to read and write blobs into sqlite3 and how to convert to UIImage via NSData.
CVertex
2010-10-10 06:52:04
@CVertex: Thanks Bro. It worked for me. :-)
Harsh
2010-10-10 09:05:05