Exporting, importing and merging EXIF data among images

Ever felt the need to display EXIF data for your images but wanted to optimise the image for web as well? Photoshop by default strips out any EXIF data when exporting for web. So, how do we go about it? easy...

  • Optimise (save for web) your image as normal using the photo application of your choice and save it as a new image (we need the original for EXIF data).
  • Install ExifTool
  • Merge the EXIF data from original image to optimised image like so (I use OSX)
  • exiftool -tagsFromFile ORIGINAL.JPG optimised.jpg

    To remove exif thumbnail from the image

     exiftool -thumbnailimage= optimised.jpg


    Bookmark and Share

    No comments

    Post new comment

    The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    • Lines and paragraphs break automatically.
    • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <apache>, <bash>, <c>, <cpp>, <css>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>, <vim>, <xml>. The supported tag styles are: <foo>, [foo]. PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

    More information about formatting options