Tag: JPEG
-
my first repository on github.com – and it is public – I uploaded my most helpful scripts
https://github.com/JochenHayek/misc I uploaded a couple of the scripts, that I use and change most: my fetchmail log file checker – including the sslfingerprint extraction my procmail log file reformatter a few *-suggest-rename*.sh shell scripts – they are so useful for creating “reasonable” names for PDF and JPEG files I was simply tired of keeping (some…
-
camera pictures and their file names, PDF files – if you want them to carry some date they already have inside their header …
https://github.com/JochenHayek/misc/blob/master/jpg-exif-suggest-rename-as_vouchers.sh https://github.com/JochenHayek/misc/blob/master/jpg-exif-suggest-rename-versioned.sh https://github.com/JochenHayek/misc/blob/master/pdf-suggest-rename-as_vouchers.sh https://github.com/JochenHayek/misc/blob/master/pdf-suggest-rename-versioned.sh For accessing the EXIF header there are a couple of utilities available, “exif –xml-ouptut” and “exiftool -s”; for PDF the package “xpdf” provides a utility called “pdfinfo -meta -rawdates”. All of them can provide you with quite a few date-time-strings from the respective heards. Long ago I wrapped these utilities in…