capture image from camera in app. and I want save it .jpg format. but I don't know how to save in .jpg?
I found two methods UIImagePNGRepresentation, UIImageJPEGRepresentation(TempImage, 0.5);
but I want to save in jpg format.
capture image from camera in app. and I want save it .jpg format. but I don't know how to save in .jpg?
I found two methods UIImagePNGRepresentation, UIImageJPEGRepresentation(TempImage, 0.5);
but I want to save in jpg format.