

- #Edit exif data mac 2018 update#
- #Edit exif data mac 2018 code#
- #Edit exif data mac 2018 iso#
- #Edit exif data mac 2018 download#
#Edit exif data mac 2018 iso#
Nowadays, every modern digital camera has the capability to record this information, along with many other camera settings, right into the photographs… This stored data is called "EXIF Data" and it is comprised of a range of settings such as ISO speed, shutter speed, aperture, white balance, camera model and make, date and time, lens type, focal length and much more. To be clear, for the second box I’m pointing to a directory like this:Ĭ:\Users.\Image-ExifTool-11.26.tar\Image-ExifTool-11.26\Image-ExifTool-11.26Ĭ:\Users.\Image-ExifTool-11.26.tar\Image-ExifTool-11.26\Image-ExifTool-11.Back in the film days, photographers were forced to carry a pen and a notepad with them to record important information such as shutter speed, aperture and date. It doesn’t really appear to be a frozen UI so much as just it stopped after finding the files (although I could definitely be mistaken). “Processing… Looking for Albums… 17 albums found!”Īfter that, it doesn’t appear to do anything. tar and then to the component files) and tried pointing directly to the file itself as well as just its directory but it doesn’t appear to ever move past finding the albums. I think I may not be pointing the 2nd text box to the exiftool correctly… I unzipped the tool (twice, first to a. When I run the Java tool, the UI tells me it found my albums but then it appears to just stop. Hey thanks for the help! I was able to get a lot further but looks like I’m still getting stuck somewhere.

I wonder if there are any public figures for the rate of facebook account deactivations and deletions… You can find the “download a copy” of my data link at the bottom of your facebook settings. Well, no profit, but hopefully some people can make use of this again, especially those currently fleeing facebook. Sounds like someone needs to write a little script for this… I imagine if you delete your whole facebook account these static HTML files will actually stop working. Not sure if this was intentional, but it’s rather crappy.

Instead of loading them from the local directory (all of the data you have just downloaded) the srcs would still point to the facebook CDN.
#Edit exif data mac 2018 download#
The new data download did however do something odd with the image sources. The new format moved the location of the HTML files for each photos album, but luckily the format of the HTML remained mostly the same (or at least the crappy parsing I created still worked). The format totally sucks, it would be quite nice to have some JSON included, or anything slightly more structured than HTML.
#Edit exif data mac 2018 update#
Step #3 – Update the script for the new formatĪs far as I know the format of the facebook data dump downloads is not documented anywhere. If you have Docker installed running the script is now as simple as docker run -rm -it -v //path/to/facebook/export/photos/directory://input facebook-data-image-exif. Now the Github repo contains a Dockerfile that can be used that includes the script and all necessary dependencies The previous version of the script had hard coded paths, and required a user to modify the script, and also download things such as the ExifTool before it would work.
#Edit exif data mac 2018 code#
But let’s keep code in Github not on aging blog posts. Originally I hadn’t really planned on anyone else using the script, in fact I still don’t really plan on it. Recent news articles about Cambridge Analytica and harvesting of Facebook data have lead to many people deciding the leave the platform, so I decided to check back with my previous script and see if it still worked, and make it a little easier to use. I created this as I wanted to grab all of my photos from Facebook and be able to upload them to Google Photos and have Google automatically slot them into the correct place in the timeline. 2019 Update: This script now exists with an easy to use GUIīack in 2016 I wrote a short hacky script for taking HTML from facebook data downloads and adding any data possible back to the image files that also came with the download.
