I have a file of raw data , its a image data. Now i need to convert the Raw data to JPEG image in Objective-C. STEPS:
1) Read the file containing the raw data into NSString. 2) Encode the string to JPEG encoder 3) Create an JPEG image
Can you please guide me how to achieve this?
Is there any library available in iPhone OS to encode into JPEG.