-
```
There should be a method for listing all tags, so that users can dump the
Exif metadata from a file and study what's in there to discover new and
potentially useful tags.
```
Original issue rep…
-
I feel like I'm really stumbling around in the dark with this.
I am trying to get it so that tiffbytes has valid metadata from a jpeg.
tiffbytes is the bytes for a TIFF file that has no tags, cr…
-
If you go to https://mutiny.cz/exifr/
and import this photo:
![172404293 6LFKN8xb Monopismonachella](https://user-images.githubusercontent.com/65235172/219061777-204dcb60-769a-429a-b449-e8566c53d95…
-
```
What steps will reproduce the problem?
1. Read and populate metadata from jpg file (iOS SDK 4.3)
EXFJpeg* jpegScanner = [[EXFJpeg alloc] init];
[jpegScanner scanImageData: jpegData];
EXFMetaData* …
-
**Describe the enhancement you'd like**
As a user, I want custom tags to keep my images sorted the way I like. I also want to import tags, that are already in the EXIF data of a given photo.
**Des…
-
Instead of ExifTool binary can use more integrated python lib to find EXIF tags. Then no need to install Perl and another tool.
-
As discussed in #76 we should show info about date, time and location where the photo was taken along with other EXIF data...
Maybe we can have 3 modes:
- just the picture
- picture with overlay …
-
**Description of the bug**
EXIF comments added to JPEGs with exiftool (12.00) are not being extracted by the 'Extract EXIF' operation. Linux' file utility (file-5.11 on CentOS 7.7) successfully outp…
-
Hi, when there are any images uploaded from the photo gallery and try to preview using BFRImageViewController it rotates the image by 180 degrees angle
e
-
Along the lines of #300, #555, https://github.com/allusion-app/Allusion/discussions/465
Is it possible to programmatically update Allusion's database? I could in theory write a small golang program…