Issue
I have over 500 images (png /jpg) having wrong captured date (Date taken) because of wrong camera date settings. I moved photos to mobile and mobile gallery sorts photos on the basis of 'Date Taken'. I want all photos to be displayed in order.
So how can I change captured date (Date taken) using python script?
Solution
No real need to write Python, you can do it in one line in the Terminal using jhead
. For example, adjust all EXIF times forward by 1 hour
jhead -ta+1:00 *.jpg
Make a COPY of your files and test it out on that first!
Download from here.
Answered By - Mark Setchell Answer Checked By - Candace Johnson (PHPFixing Volunteer)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.