hi.
i finally managed to do what i wanted to do ...
thanks, anyway.
here is my solution:
#!/bin/sh
FILEDATE=$(stat testimage.jpg --printf=%y)
montage -geometry +0+0 -background white -label "$FILEDATE" testimage.jpg out.jpg
johannes
Search found 3 matches
- 2011-04-22T23:37:22-07:00
- Forum: Users
- Topic: file timestamp in image
- Replies: 6
- Views: 29780
- 2011-04-22T06:33:51-07:00
- Forum: Users
- Topic: file timestamp in image
- Replies: 6
- Views: 29780
Re: file timestamp in image
hi.
thanks for your answers.
the image format is jpg - it's coming from an ftp upload from an IP cam.
it should be post-processed in linux - only from the command line.
johannes
thanks for your answers.
the image format is jpg - it's coming from an ftp upload from an IP cam.
it should be post-processed in linux - only from the command line.
johannes
- 2011-04-22T03:06:14-07:00
- Forum: Users
- Topic: file timestamp in image
- Replies: 6
- Views: 29780
file timestamp in image
hello,
how can I insert a time stamp (date & time) into an image? the exif information is NOT available. the file creation time stamp is needed.
johannes
how can I insert a time stamp (date & time) into an image? the exif information is NOT available. the file creation time stamp is needed.
johannes