Something like...
mogrify -gravity SouthEast -annotate +5+5 '%[EXIF:DateTime]' *.jpg
That doesnt work in a batch file because it is treated as a system variable it would appear, is there a workaround for that?
The command that is run is:
mogrify -gravity SouthEast -annotate +5+5 'DateTime ...
Search found 2 matches
- 2012-04-16T04:59:43-07:00
- Forum: Users
- Topic: Stamp All Images in a Folder with Date Taken (EXIF)
- Replies: 5
- Views: 15558
- 2012-04-04T03:21:43-07:00
- Forum: Users
- Topic: Stamp All Images in a Folder with Date Taken (EXIF)
- Replies: 5
- Views: 15558
Stamp All Images in a Folder with Date Taken (EXIF)
Hi all, newbie here
I have seen this thread http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19423
and I have seen Bonzo's useful examplke batch file scripts http://www.rubblewebs.co.uk/imagemagick/batch.php
but i have struggled and failed!!
Please can someone give me some code ...
I have seen this thread http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19423
and I have seen Bonzo's useful examplke batch file scripts http://www.rubblewebs.co.uk/imagemagick/batch.php
but i have struggled and failed!!
Please can someone give me some code ...