exif
In Python, how do I read the exif data for an image?
I\'m us开发者_如何学Cing PIL. How do I turn the EXIF data of a picture into a dictionary?You can use the _getexif() protected method of a PIL Image.[详细]
2023-02-05 21:09 分类:问答how to change image file rotation status without loading it into memory
Someone told me some image file like jpg just use some bits to control the rotation status. Is there any way to change this status without loading the pictu开发者_StackOverflow中文版re file to main m[详细]
2023-02-03 07:45 分类:问答Copying an image, loses Exif data
I am copying an image to a private directory like so: FileChannel source = null; FileChannel destination = null;[详细]
2023-02-02 22:00 分类:问答How can I embed some EXIF data into JPEG? [duplicate]
This quest开发者_JAVA技巧ion already has answers here: Closed 12 years ago. Possible Duplicate: How do I add exif data to an image?[详细]
2023-02-01 20:43 分类:问答Ruby EXIFR can not find file
I am trying to use the EXIF reader and I continue to get the error \"Errno::ENOENT: No such file or directory\"[详细]
2023-02-01 06:37 分类:问答How to get Date and Time the picture was taken at?
I am writing a program in Delphi which should get the date and time of the picture which was taken with photo cam and then it would rename the file to include the date+time it found.[详细]
2023-01-31 06:33 分类:问答Set GPS Location on picture through JavaScript
Is it possible to set the GPS location of a picture through JavaScript? While using Google I found a lot开发者_运维问答 of ways to display this information but non on how to set it.You can read EXIF d[详细]
2023-01-29 11:57 分类:问答exif data not saved
i wonder why when i save any jpg image from internet the EXIF data is gone or not saved? i am developing a photo gallery web开发者_运维问答site so i download sample photos from the net as testing, mos[详细]
2023-01-28 08:07 分类:问答PHP: exif_imagetype() not working?
I have this extension checker: $upload_name = \"file\"; $max_file_size_in_bytes = 8388608; $extension_whitelist = array(\"jpg\", \"gif\", \"png\", \"jpeg\");[详细]
2023-01-24 19:28 分类:问答how to modify exif according to filename in ubuntu
I have a bunch of photos taken from old mobile phone (i.e. Motor开发者_开发百科ola E7), that the file is named using the date and time that the photo was taken in the format YY-MM-DD_HHMM.jpg.[详细]
2023-01-24 16:48 分类:问答