-
group by day:
```
exiftool -d %Y%m%d_ "-directory
-
Instead of ExifTool binary can use more integrated python lib to find EXIF tags. Then no need to install Perl and another tool.
-
Please see https://archlinux.org/packages/extra/any/perl-image-exiftool/ for reference, and also https://repology.org/project/exiftool/versions
-
ExifTool is a great Meta Data tool for all sorts of file formats (I even got them to show meta data on text files).. https://exiftool.org/
It would be nice however if ExifTool would show all the s…
-
I added the extension to Visual Studio Code on mac, but right-clicking Inspect Image Metadata doesn't pop up any new screen with the metadata. Nothing seems to happen.
-
`exif-rs` provides the tag number but no way to get the tag name.
At present, the best path forward I can see as a user is to scape the EXIF tags at https://exiftool.org/TagNames/EXIF.html and cre…
-
### ImageMagick version
7.1.1-39 Q16-HDRI aarch64 22428
### Operating system
MacOS
### Operating system, version and so on
15.0.1 (24A348)
### Description
When an AVIF image is processed, the N…
-
I am writing an application that reads the EXIF data from a JPEG file, modifies some entries, and writes the modifed data back. All other entries shall be left untouched. In a first step I just read t…
-
Exiftool isnt able to be downloaded edit the lines in the install.sh
to have this:
wget https://exiftool.org/Image-ExifTool-12.36.tar.gz
tar xvf Image-ExifTool-12.36.tar.gz
cd Image-ExifTool-12…
-
I just installed this plugin to my site which uses Piwigo 2.9.1 on Windows. When I select "write metadata" on a photo, I get the following error message:
sh: exiftool: command not found
Is the…