Online Exif Data Viewer
Pretty much looking for a clone of http://tinyurl.com/63subv
Maybe include a map for images that have GPS coordinates in them.
Also maybe a web 2.0 design
Pretty much looking for a clone of http://tinyurl.com/63subv
Maybe include a map for images that have GPS coordinates in them.
Also maybe a web 2.0 design
Create a windows software and Website embed software(2 versions)..Program scans PC photo files and reads date/time on each picture.One or more files can be chosen.Program ask for zip code then pulls weather data by date (past/current) from NOAA/NWS database..Program the takes and by date/month or year (options)..CReates trend/correlation graphs for 10 differnt weather factors..Bar graphs and printing option in program..Parameters on graphs available
Goal:
Upload images to server, resize them and preserve EXIF metadata.
Already in place:
I have the scripting to do the following.
jpeg images only.
image(a) is uploaded to server.
Using GD library, a new copy of image(a) is created, resized and saved as image(b) to a new location.
I need scripting to extract EXIF metadata from a image(a), and then write the extracted metadata to image(b) (embed metadata in to image(b)).
image(b) must retain it’s image dimensions.
Issues:
1.Resizing images through GD Library strips all EXIF data from image.
2.Imagemagick is not an option available.
3.This is for a commercial program. Very few libraries or classes exist that can write EXIF metadata to images, and such known packages can not be used in proprietary applications.
Requirements:
1. Scripting must be PHP version 4 and up compatible.
2. Scripting must be all original code written specifically for this project. I will receive copyright to said code.
3. Would prefer a single script but flexible on this if necessary.
You must provide relevant examples of specific experience and knowledge of this type of scripting before I will consider a bid.
I will add the fee to escrow immediately upon choosing a programmer.
Please PM if you have questions.
Need to pull EXIF data from images posted to wordpress site and parsed into wordpress database.
A wordpress plugin exists for this already (thesography), but we need it populated into another table (not meta_data table where the parsed data is currently stored).
Need a single PHP script that will extract EXIF data from specified jpg image, then write this data to a seperate image.