0
votes
1answer
13 views

Code for exif data of an image

Is there any code for getting all exif data of an image? I want all possible data that can be extraxted from an image file(which the user will upload on my webpage) like bitrate ,file owner and ...
0
votes
1answer
42 views

C# image save dots

I don't know that i'm doing wrong, I have been looking around the web, and tried a lot of different things but nothing works, when i try to save the image there is a lot of gray dots the result can ...
0
votes
0answers
35 views

How can I change image dpi to 300 using exif

I have a jpeg image.I want to change the dpi of this image to 300. Is this possible with exif installed on webserver. If yes ,How can I do this? ...
7
votes
2answers
71 views

IPTC Data Management Library

I've written a fairly extensive script which manages images. PHP imaging libraries strip meta data by default. So embedded data (like keywords, descriptions, author, etc) are gone. I've written a ...
0
votes
0answers
51 views

Reading EXIF Data from Data URI using Javascript

I understand that there is a way to read EXIF data from binary string of an image, but is there a way to also read it from Data URI? I actually have access to binary string of an image in certain ...
1
vote
1answer
53 views

Save RGBA image with metadata in iOS

I am working on an iOS application that does some image processing. The result of the processing is a grey-scale image. When the process is finished, I want to save the original RGB image together ...
-2
votes
1answer
108 views

Uploaded Photo with iPad is rotate [closed]

I need a PHP script to rotate my uploaded images on server with iPad. I have a problem with orientation of image and exif data. I try maybe a 10 solutions and don't have a solution. When the "button" ...
0
votes
1answer
186 views

How to automatically rotate images with exif orientation data with php

I've created an upload script which also creates a thumbnail which works fine, but I've now encountered a problem. When I upload some images the exif orientation data automatically rotates the image ...
0
votes
0answers
94 views

Reading EXIF Metadata from an image

Before using a tool/program to extract image metadata I will have manually added Captions to the UserComments Metadata of several images. I then want to use fancybox (or similar jQuery plugin) to pull ...
0
votes
0answers
24 views

Does GetThumbnailImage store EXIF data?

The MSDN documentation of Image.GetThumbnailImage does not state anything about transfer of EXIF data. Is the function's behavior documented somewhere?
0
votes
0answers
96 views

getimagesize fails on trying to find out if image is vertical or horizontal

I build a simple function with getimagesize to find out if an image is horizontal or vertical. // get height and width and then return list($width, $height) = getimagesize('/path/to/imag.jpg'); if ...
2
votes
1answer
133 views

Retrieving EXIF from image

I am using this library http://blog.nihilogic.dk/2008/05/reading-exif-data-with-javascript.html. I'm calling the library like this: EXIF.pretty(image) where the image is an image object. My result is ...
0
votes
0answers
62 views

Get exif version - iOS

I have a jpeg image, and i am trying to add exif information to it. There is a field called 'Exif Version', whose key is represented as kCGImagePropertyExifVersion. Where do I get its value? Does it ...
1
vote
0answers
96 views

Reading and Writing all JPEG metadata in Silverlight

I've developed a Silverlight application that needs to compress JPEG images on the client. I've been using a library called FJCore to achieve this goal. One of the biggest issues I'm encountering, ...
0
votes
0answers
134 views

writing custom metadata fields to Jpeg with Apache Commons Imaging

I am trying to add custom metadata to the exif directory of a jpeg, with Apache Commons Imaging (formerly known as Sanselan): The example file is a bit confusing: TiffOutputDirectory ...
0
votes
2answers
382 views

“Date Taken” not showing up in Image PropertyItems while it shows in file details (file properties) in Windows Explorer

I'm a little bit surprised and puzzled. I try to read the property items from an image. Particularly, I'm interested in the "Date Taken". I have written a procedure that does exactly that. More or ...
1
vote
0answers
135 views

How can I automaticly create folders and sort files into them based on EXIF data?

I'm looking for a way to take a single folder containing thousands of images and sort all those images automatically into folders based on each images's EXIF "date taken" data. Is there a script or ...
0
votes
2answers
320 views

Can't open image in Android

I'm developing an application in android and I'm having a problem to show some imagens downloaded from an http server. Here's the code for the download: HttpClient httpClient = new ...
0
votes
1answer
90 views

Extract thumbnail from an image using Gimp

How can I extract the thumbnail from an image using Gimp? I know Gimp can properly read the EXIF information inside a file. I want it to extract the Thumbnail embedded in the EXIF and save as a ...
0
votes
1answer
336 views

Rotating an image with orientation specified in EXIF using Python without PIL including the thumbnail

I have the following scenario: I am sending an image from iPhone along with the EXIF information to my Pyhon socket server. I need the image to be properly oriented based on the actual orientation ...
2
votes
2answers
231 views

Get EXIF data without downloading whole image - Python

Is is possible to get the EXIF information of an image remotely and with only downloading the EXIF data? From what I can understand about EXIF bytes in image files, the EXIF data is in the first few ...
2
votes
1answer
164 views

C# library to extract Lens Make/Model from EXIF data in JPG images

I need to extract the following pieces of information from any jpg that is uploaded to a website: Aperture Focal Length ISO Setting Camera Make/Model Lens Make/Model I'm not worried about all of ...
2
votes
2answers
368 views

dynamically create thumbnail on client machine with javascript

I'm working on photo gallery. Using php to read files and pushing it to jquery on client machine to build image gallery. (works good) I wanted to use php exif function to get thumbnails of images to ...
0
votes
4answers
1k views

Getting “Taken Date” of a photo instead of “Modified Date” with PHP exif_read_data

I'm retrieving the date of creation of a photo with PHP exif_read_data function (see below the code.) Dates retrieved from photos that haven't been modified return "Date Taken", from those that have - ...
2
votes
2answers
1k views

Android Image Resizing and Preserving EXIF data (Orientation, Rotation, etc)

If your Android app uses the device camera to take a picture and then resizes it (this is very, very common to reduce the size for upload), you might not realize that this resize operation strips the ...
1
vote
1answer
94 views

How Can I Read EXIF Data of Fotographs? [duplicate]

Possible Duplicate: How to get the EXIF data from a file using C# I want to read Exif data from photohraphs with C#. Which tools or code samples can use?
0
votes
0answers
87 views

Copying Exif from existing image to a newly created one

I want to copy the EXIF metadata from an existing image file to another file which is newly created without any EXIF info. And I hope to do this with taglib#, here is the code: using System.Drawing; ...
8
votes
1answer
701 views

How to convert an image object to a binary blob

Is it possible to parse an image object (<img>) in the DOM as if it had been uploaded and opened with FileReader? I am trying to use jpegmeta.js to extract EXIF metadata from JPEGs, but it needs ...
0
votes
1answer
193 views

Extract EXIF orientation from JPEG

I need to extract orientation from EXIF data in a JPEG file but I can't use external libraries like this. Is it possible?
3
votes
1answer
222 views

Sending Image with Exif info from Windows Phone to Java Server

I'm new in programming in Windows Phone (and StackOverflow tbh). Currently, I'm working on a task that concerns with sending images stored in the Windows Phone's storage (with Exif info) to a Java ...
0
votes
0answers
244 views

Android image from gallery wrong orientation

I am using an intent to load an image from the Android gallery. On a few of the devices I have tried it works fine but it seems on some devices the images loads in the wrong orientation. It's usually ...
3
votes
1answer
630 views

How to deal with Android devices that do not honor EXIF orientation data?

I'm testing my app on HTC Desire with Android 2.2. and it works exactly as I'd love to. I use Sherlock packages to have same style on older devices as on newer. My AVD is set to use the latest ...
0
votes
1answer
359 views

PHP EXIF data not displaying

I have been trying to display some basic EXIF data from a photo with no luck. My code is below. I just need to display a few basic pieces of information. I have EXIF enabled on the server and I know ...
1
vote
0answers
259 views

Editing Exif orientation tag for my images

I want to change the Exif orientation tag in my JPEG images but without actual rotating of them, I want to do that to use them as a test case for an application I made. How I can do that in Linux, ...
1
vote
1answer
404 views

How to write an image with EXIF data (Matlab/C++)

How can I write an image including EXIF data? I am using Matlab and C++, any solution will be greatly appreciated.. Thanks.
0
votes
2answers
52 views

how to determine whether the image is made to the device or downloaded from the outside iOS?

Actually my question in title, how to determine is image made on device or it downloaded from outside. I use ALAssetsLibrary and standard UIImagePickerController, to load images but they can return ...
0
votes
1answer
712 views

Any reliable method to rotate uploaded pictures in the right direction?

Some times ago i wrote a method to read out the EXIF-data from a uploaded picture in a online-community. After i got the orientation from the picture, i rotated the file in the right direction. Only a ...
0
votes
1answer
946 views

With python, How to read the “date created” of a file?

I am writing a short script in python that will scan through a list of folders for image files and then re-organize them. One of the optional way of organizing them i wish to have is by the date they ...
0
votes
1answer
335 views

iPhone EXIF data will not read from documents folder

I am creating an Image Processing app that does two image analysis functions. One is to read the RGB data of the image and the other is to read the EXIF data. I am taking a photo with the front camera ...
1
vote
2answers
605 views

Read EXIF data from img in JavaScript (cross-domain friendly)

I recently started building a bookmarklet that displays the EXIF data of any image on a website. I chose to use Nihilogic's binary.js and exif.js libraries. For images hosted on the same domain as the ...
0
votes
1answer
375 views

EXIF Propertyitem for Tags?

I'm using the ExifTools code to read and update the EXIF for JPEGs in a VB.NET project I am developing. So far I've been successful with doing what I need to but I'm having difficulty with the last ...
0
votes
1answer
242 views

Manipulating/adding fields to exif-data iptc

when looking into metadata of images I was wondering how standardized this data actually has to be. Is it possible to add a custom field for an application? I understand that it might be not readable ...
3
votes
1answer
600 views

Updating an in-memory iOS UIImage with EXIF/geotag information

I am trying to update a UIImage with geotag information. I looked at Saving Geotag info with photo on iOS4.1, which is where I found a reference to the NSMutableDDictionary+ImageMetadata category. ...
1
vote
3answers
456 views

Finding keywords in image data

I kinda ran into a problem, I'm working on a small image site for a photographer, the photographer uses photoshop to store information into the image. Information such as image data, location, ...
3
votes
1answer
719 views

What's the correct way to extract brightness out of a JPEG image (gamma corr., etc.)?

in a nutshell: I can't extract meaningful light intensities out of RGB values from JPEG photos, and trying to account for gamma correction or sRGB only makes matters worse. I'm doing a toy project, ...
1
vote
1answer
590 views

Read metadata from image formats not supported by exif_read_data

I'm currently using exif_read_data to load the information from JPG, JPEG, TIFF and TIF files. Is there a simple way to manually read other images (ex. PNG, BMP, GIF)? Using fread, or something ...
3
votes
2answers
1k views

Is EXIF data striped by iOS and/or Twitter on Tweets with images?

I'm trying to tweet an image from an iOS5 app with code like this: TWTweetComposeViewController *tweeter = [[TWTweetComposeViewController alloc] init]; [tweeter addImage:image]; I think my EXIF is ...
1
vote
1answer
138 views

Where in an image is the exif tag located?

In Python, how can I find out where in an image file the EXIF tag is located? I'm assuming it's in the beginning of the file, but I have some proprietary image formats and want to make sure this is ...
1
vote
4answers
3k views

Convert JPG/GIF image to PNG in PHP?

Possible Duplicate of Convert jpg image to gif, png & bmp format using PHP I have a PHP form that allows image uploads and checks exif_imagetype(); to make sure an image is valid. However, ...
2
votes
2answers
1k views

exif_read_data - Incorrect APP1 Exif Identifier Code

I have problem with some of my photos when i want to read EXIF data. My code below: $exif_date = exif_read_data($file_path, 'IFD0'); With some images i get warrning: Message: ...

1 2