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, 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 may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

    More information about formatting options