Re: How to change jpg time stamp using exiv2

2010-10-11 Thread Hugo Vanwoerkom
Ken Heard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to the exiv2 man page the command to change a jpg time stamp is as follows: exiv2 -a adjust is the difference between the time to be adjusted and the new time in the format [-]HH[:MM[:SS]]. For example: 1 adds one hour

Re: How to change jpg time stamp using exiv2

2010-10-10 Thread CamaleĆ³n
On Sat, 09 Oct 2010 13:02:20 -0400, Ken Heard wrote: > So, I have a time stamp of 2010-04-16 Fri 07:11, where I want to change > the time to 19:11. So I run > > exiv2 -a 12 adjust img_1234.jpg > > and get the following in return: > > Warning: Makernote IFD has a next pointer != 0 (128). Ignore

Re: How to change jpg time stamp using exiv2

2010-10-09 Thread godo
On 10/09/2010 07:02 PM, Ken Heard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to the exiv2 man page the command to change a jpg time stamp is as follows: exiv2 -a adjust is the difference between the time to be adjusted and the new time in the format [-]HH[:MM[:SS]]. For

How to change jpg time stamp using exiv2

2010-10-09 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to the exiv2 man page the command to change a jpg time stamp is as follows: exiv2 -a adjust is the difference between the time to be adjusted and the new time in the format [-]HH[:MM[:SS]]. For example: 1 adds one hour, 1:01 adds one hou