-
```
The current TIFF file handing uses the Exif TIFF reading code. Many of the
tags in standard Exif data are reused in TIFF files, however there are some
differences.
Consider making a generic Ti…
-
```
The current TIFF file handing uses the Exif TIFF reading code. Many of the
tags in standard Exif data are reused in TIFF files, however there are some
differences.
Consider making a generic Ti…
-
Hi, i try to open file and read exif of the pics but i get this traceback
```
Python 3.8.2 (default, Mar 13 2020, 10:14:16)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license"…
-
I created two images with ImageMagick and added the EXIF Orientation tag to both of them:
```
convert -size 64x128 canvas:#FFFF00 exif_rotated.png
exiftool -overwrite_original -n -Orientation=6 exi…
-
I am finding that photoprism doesn't seem to read tags from JSON with the following format - which is created by exiftool -G -j image.png
The Keywords from this JSON are not imported into the DB as…
-
**Describe the bug**
Setting ```AfMode = AfModeEnum.Manual``` and ```LensPosition = 10.0``` (Or anything else between 0 and 10) with ```Picamera2.set_controls()``` does not set the lens position on s…
-
Hi!
I want to implement feature that add keywords to image metadata, by icloud album title. For example, I have 10 photos in album named "Test album", and I want to images have keyword "Test album…
-
when I remove a tag, such as 'Software', the 'MakerNote' tag will be removed too. The method is void exif_content_remove_entry (ExifContent *c, ExifEntry *e) and the version is 0.6.24.
What i…
-
Hi!
For some datasets, the exit-tags are not readable after image resizing.
[WARNING] Cannot read basic EXIF tags for /var/www/data/116a5dfd-a189-4e01-8cdb-5c53758ebbee/images/DSC00430.JPG: strin…
-
```
The current TIFF file handing uses the Exif TIFF reading code. Many of the
tags in standard Exif data are reused in TIFF files, however there are some
differences.
Consider making a generic Ti…