topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 4:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Shell Extension adding EXIF orientation tag support for windows explorer  (Read 6646 times)

mraeryceos

  • Participant
  • Joined in 2010
  • *
  • Posts: 41
    • View Profile
    • Donate to Member
Title says it all, I've looked and cannot find a:
Shell Extension adding EXIF orientation tag support for windows explorer (file explorer).

This will end nightmare for Win XP and Win 7 users, so they see photos from their cameras in the correct orientation.

It would get activated whenever thumbnail view is activated in Windows Explorer, and correct the MS nonsense by adding the functionality missing.

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Some how I don't think this is going to happen given that it hasn't in the 14 years that XP has been around.

Some options:
1) Use an image viewer that honours the EXIF Orientation tag, (eg. XNView, IrfanView, etc).

2) Rotate all the images according to the Orientation tag and reset it to 1, as explained here (top reader comment).

Download JHEAD from here and jpegtran from here.  Copy both into a folder, open a CLI in that folder and use the following command:

jhead -v -autorot <path>\*.jpg

or if you want recursive:

jhead -v -autorot <path>\**\*.jpg

eg.

jhead -v -autorot K:\test\**\*.jpg

3) Upgrade to at least Windows 8  ;)