exif
exif saved but not load - iphone
I have a little problem, I follow this thread Problem setting exif data for an image for save exif on my image, I save a comment, the funciont work, I save the image on my document root[详细]
2023-03-16 04:16 分类:问答Add EXIF metadata to a UIImage
I need to add EXIF metadata to a UIImage taken either from the camera or an album, then save the image to an album. How can I do this?[详细]
2023-03-15 15:19 分类:问答Reading EXIF Info
I am trying to read the all the media files from the SD card and get the EXIF data for the first file but it\'s not working. The code is:[详细]
2023-03-15 15:02 分类:问答For image Metadata, what tag allows for the largest character limit?
For example the Exif standard has a \"User Comment\" tag that has a limit of 256 characters I believe.[详细]
2023-03-15 08:06 分类:问答Translate Exif DMS to DD Geolocation with Python
I am using the following code to extract the geolocation of an image taken with an iPhone: from PIL import Image[详细]
2023-03-14 20:28 分类:问答Using EXIFTool to create sRGB images?
I would like to ask a question about sRGB, ICC profiles, and exiftool. I\'ve found that you can use exiftool to embed sRGB profiles into images. Does this mean I can create a picture in Paint.NET and[详细]
2023-03-07 16:38 分类:问答Codeigniter strip image EXIF data
I am doing image upload and resizing using the gd2 im开发者_开发问答age library. The image EXIF data is rotating my vertical pictures on resize. Is there a way to stop the image from rotating? or st[详细]
2023-03-05 13:43 分类:问答Best way to process Exif data in backend?
There are a lot of ways to process Exif data in backend, but they all have their problem of supporting most of the camera. The main one I came across is Perl poweredhttp://www.sno.phy.queensu.ca/~phil[详细]
2023-03-03 16:46 分类:问答Writing exif and itpc data in PHP
I\'m trying to make a image upload system to add meta-data to the files themselves. I\'m using the iptcembed from the GD library as shown below:[详细]
2023-03-02 04:38 分类:问答JavaScript: can I read EXIF data from a file upload input?
I have the following task: Offer an <input type=file /> When the user adds a file: read the EXIF data (specifically, location information if available)[详细]
2023-03-01 03:45 分类:问答