-
We need a way to extract metadata from selected photos in one exiftool call
We need a way to set metadata to selected photos in one exiftool call
2 exiftool calls in total
we can use an argsfile …
-
How does this differ from exiftool.js ?
Original:
https://github.com/mattburns/exiftool.js
A node.js specific Fork, adding more Makernotes (and even more planned):
https://github.com/redaktor/exiftool…
-
i encountered the following error :
```
Traceback (most recent call last):
File "yeah.py", line 21, in
with exiftool.ExifTool("/usr/local/lib/python2.7/dist-packages/exiftool.py") as et:
…
-
I'm still having problems on Windows 11 with multiple instances of exiftool, concatenated path entries, etc., etc. I know you've said you may bundle an exiftool with your executable, but would it be p…
-
It could be a great improvement to allow node-exiftool to read and write sidecar files (as exiftool does). This way the compatibility with various formats (webm, bmp...) could be added.
-
Would be great to have a metadata search ala Exiftool:
http://www.sno.phy.queensu.ca/~phil/exiftool/
https://gist.github.com/marumari/18a9072bc720a584a5ad
As we could do considerably more powerful fi…
april updated
8 years ago
-
I took a full sequence of white balance data for the Nikon Z6III. I don't know shell programming, and I could not get the extract_wb_from_images.sh script to work under zsh on a Mac running Somoma 14.…
-
Hi. I'm trying to remove some sensitive information (e.g.: GPS location) from uploaded files using exiftool.
When I try to check the existing EXIF data, it works:
```ruby
Exiftool.new(file_path…
-
it works with the native adapter but when I change the adapter to Exiftool adapter it throw this error:
Given path () to the exiftool binary is invalid
-
The gem doesn't recognize the `exiftool` command even when it's installed.
That's because Windows' `null device` doesn't follow the POSIX rules.
I added the gem 'os' to the file exiftool.rb.
…