Questions tagged [exif]

Exchangeable image file format is a standard for storing metadata such as camera, lens, and geo information in JPEG and TIFF files

Exchangeable image file format is a standard for storing metadata from digital cameras.

The tags defined in the Exif standard cover a broad spectrum:

  • Date and time information.

  • Camera settings:e camera model and make, orientation (rotation), and ISO speed, metering mode

  • Lens settings: make and model, aperture, shutter speed, focal length

  • File settings: File format, color mode

  • A thumbnail for previewing the picture

  • Descriptions

  • Copyright information.

Like EXIF, also holds meta information in image files.

1824 questions
0
votes
1 answer

GEO Exif informations of image taken from camera are null

I am not able to get GEO Exif infos from picture taken from camera. This is the code, and the "oldExif" variable does have almost all values NULL (also GEO infos). The "uri" variable is the uri of the image taken and created. @Override public void…
Giacomo M
  • 4,450
  • 7
  • 28
  • 57
0
votes
2 answers

Incorrect image transformation when reorienting and resizing the image via pure Javascript

Via pure JS, I'm attempting to reorient a JPEG (to 1) and resize it to certain resolution benchmarks. I'm unable to get the logic right; images produced have the canvas in the right position/dimensions, but the image's aspect ratio messes up and…
Hassan Baig
  • 15,055
  • 27
  • 102
  • 205
0
votes
2 answers

Only get DateTimeOriginal with exiftool

Hey community, Since a few days I'm stuck while trying to get the date of a .jpg or .png image file, when the picture was taken. I believe it was called DateTimeOriginal. What I'm trying to do, is getting just this one specific info,…
arvenyon
  • 153
  • 1
  • 8
0
votes
1 answer

After orientation fixed, Image EXIF data is not visible on windows OS while it is visible on iOS device itself and on Mac OS.

Problem Statement: After orientation fixed, my image do not show location info on windows machine (OS 10) while it is showing the location info on mac machine (OS Sierra). And if I do not perform orientation fix then image location info is visible…
Himanshu Agnihotri
  • 2,360
  • 4
  • 23
  • 30
0
votes
1 answer

How do I determine the Id for the title in jpeg when using System.Drawing.Image

So far I created a simple upload function, download function and the a class to change file properties, but right now how do I determine the Id for the attributes or properties I want to change eg. Title, Author, Subject, etc. Currently I'm using…
Marko233
  • 65
  • 1
  • 9
0
votes
0 answers

How do I change the details of the jpeg file after uploading the files into the aspx

So right now I have created a simple Upload function in my aspx webpage, and now I want to edit the details of the jpeg file that I have uploaded, do I get the files first and use bitmapmetadata to edit it or is there another way to it? Here are the…
Marko233
  • 65
  • 1
  • 9
0
votes
1 answer

ExifData gets saved but gallery image details are not updated

I have an app in which I visualize metadata of some photos that I've taken and I can edit the location using a Place Picker and update the exif data using the following code: ExifInterface exifInterface = null; try…
Bogdan Daniel
  • 2,689
  • 11
  • 43
  • 76
0
votes
4 answers

Script for formatting image's EXIF output from Imagemagick

I need to get a string that consists of the information from the image's EXIF meta data. For example, I would like: CameraModel, Focal Length in 35mm Format: 24mm, F11, 1/500, ISO 200 I could see all the information present from identify -format…
Heuristic
  • 5,087
  • 9
  • 54
  • 94
0
votes
0 answers

How to read EXIF in Google App Engine PHP

The PHP application will run on Google App Engine. It should be able to read EXIF information from user-uploaded photos, especially the camera brand and model, f number, focal length, GPS coordinates etc. Reading from a temporary file When the…
Glen
  • 87
  • 9
0
votes
1 answer

list images from aws s3 using exif and promises in node.js

I am using aws-sdk and exif library to get image details from images in an s3 bucket. I have used to get exif images details of my buckets of aws s3 images in node.js. For that used aws-sdk and exif library for get all data of my aws bucket,but i…
user8487780
0
votes
1 answer

IOS development how to modify the image exif information

I now can only read the exif information of images, but I have no way to modify the exif information of the picture, I can't solved, who can help me。thanks!
0
votes
1 answer

PhP Upload only accepting JPEG and PNG, it won't upload JPG

I have a short bit of code to help combat the iOS EXIF issue with JPEG. This works great, it'll also upload PNG files too but it won't upload JPG files. The Session does get set but the image will not upload. I found out that it will only accept…
Loki180
  • 73
  • 8
0
votes
0 answers

Sort files in a QDir by exif data in QT (Cross platform)

I need to sort the contents of a QDir using the exif date (The time the picture was taken). Now since most cameras name the photos sequentially I can achieve the sorting I want with myQDir.setSorting(QDir::Name), but if the camera resets it's count…
The Gramm
  • 118
  • 2
  • 12
0
votes
1 answer

How to set metadata in sys_file_metadata for file id in TYPO3 6.2

I try to update the medatadata informations (EXIF) for images in a folder. Via the StorageRepository I can read the metadata from file system. I now want to put the recieved information into the TYPO3 database. I think I found the corresponding…
Mo0812
  • 140
  • 2
  • 12
0
votes
1 answer

EXIF / rotate image

I've been using a great class to manipulate images for a number of years. class.upload.php Currently I need to be able to determine if the image is side wards and rotate it, to vertical position. I understand that I can…
santa
  • 12,234
  • 49
  • 155
  • 255