exif
Extract EXIF information from image
I want to read the EXIF information from an image using C#, and everything is actually in place, I have a class where I send in the Image and I can then start requesting EXIF tags.[详细]
2023-01-24 05:54 分类:问答What EXIF lib can I use from a Qt program (on embedded linux)?
Can anybody recommend a nice exif lib for tiff img that can be used with a Qt program? I would like to both read and write exif data.[详细]
2023-01-23 21:23 分类:问答Can a custom metadata be added to an image in Android?
Is it possible to write custom metadata to an JPG image using Android SDK or some 3rd party lib , and extracting 开发者_Python百科it afterwards? If it is, is there any simple solution?[详细]
2023-01-23 18:29 分类:问答iPhone EXIF data
I am using the iPhone EXIF data from a photo that I am capturing. Currently the EXIF data I am getting back is:[详细]
2023-01-22 22:37 分类:问答Extract comment property from result of exif_read_data()
How do I return the comment property from exif_re开发者_JS百科ad_data link: http://www.php.net/manual/en/function.exif-read-data.php$comments = exif_read_data(\'tests/test2.jpg\', \'COMMENT\', true);[详细]
2023-01-22 11:03 分类:问答How can I restore EXIF data after resizing an image with PIL?
This question has been asked before, but it was answered a few years ago and the answer is refers to a broken link and is probably no longer the best method.[详细]
2023-01-22 07:13 分类:问答Access metadata (exif tags) of image taken by UIImagePickerController - iOS/iPhone
Is it possible to access the metadata of an image captured by UIImagePickerController in iOS? I understand this can be done with AssetLibrary framework for images captured by the camera application (o[详细]
2023-01-21 14:59 分类:问答iPhone AVFoundation image EXIF orientation
I\'m using AVFoundation to control the camera in my app and it\'s working perfectly... up til now. The images are saved into the library with no problems and all look perfect but when I then upload t[详细]
2023-01-15 22:50 分类:问答Remove EXIF data from JPG using PHP
Is there any way to remove the EXIF data from a JPG using PHP? I have heard of PEL, but I\'m hoping there\'s a simpler way. I am uploading images that wi开发者_JAVA技巧ll be displayed online and would[详细]
2023-01-14 21:06 分类:问答Extracting jpeg EXIF information using jQuery
I\'m trying to extract EXIF information from images using jQuery. I\'ve tried using a script I found here but I can\'t get it to read exif data from externally hosted image files. I\'ve posted a simp[详细]
2023-01-12 22:26 分类:问答