iphone - New image taken with camera different than same image loaded from camera roll? -


When a user gets a new image taken with the camera and saves its checksum, Reloading the image From the camera roll, the checksum is different. Could it be because because the image saved in the camera roll is in JPG format, which is damaged, and therefore its pixel is different? I am trying to use checksum to find out that it is a single image: how can one overcome this situation by any idea? Do I need to save it as a GPG, then read it in memory so that I can get the same byte which will later get me from the camera roll? If I do, then I will also need to make sure that I save the same JPG format as a camera roll ...

Thanks! Patrick

I'm not an iPhone expert, but I know that while saving JPEG, many "quality" "Parameter, and if an image is encoded with slightly different parameters in JPEG format, then the pixel value will vary.

So long as you can not image an image in JPEG, the same process as the properly camera roll, changing the image for JPEG is not going to be too much use.

If it is possible to read the creation time of images in the role of the camera, or some similar metadata, it would probably be a better way.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -