i am trying to convert byte array to image formate but iam facing an error like " : ImageIO: JPEG Bogus DQT index 15", can any body help me out of it,
Thanks,
i am trying to convert byte array to image formate but iam facing an error like " : ImageIO: JPEG Bogus DQT index 15", can any body help me out of it,
Thanks,
Without other informations i can say that: You can get the bytes in NSData and use the NSData to get the image in an UIImage object. Use initWithData method.