Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Last active November 3, 2019 13:43
Show Gist options
  • Save wmakeev/93dde5c4c2f6c94668fc42286fa168af to your computer and use it in GitHub Desktop.
Save wmakeev/93dde5c4c2f6c94668fc42286fa168af to your computer and use it in GitHub Desktop.
[ExifTool] commands #exiftool

ExifTool

Export embedded preview images

JPEG Preview in source size

exiftool -b -PreviewImage ./photo.cr2 > out.jpg

Thumbnail 160x120

exiftool -b -ThumbnailImage ./photo.cr2 > out.jpg

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment