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...
exiftool -tagsFromFile ORIGINAL.JPG optimised.jpg
To remove exif thumbnail from the image
exiftool -thumbnailimage= optimised.jpg
Related blog posts:










No comments
Post new comment