-
```
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* …
-
```
Giving easy access to the exif data is nice, However, many of the dictionary
keys in the exif object contain spaces. This makes using the exif data in
templates virtually impossible.
a possible…
-
Right now the `Date of recording` field on the picture detail page actually shows the date the picture was uploaded, not the date it was recorded. This field should display info from the EXIF timestam…
-
I see there hasn't been an update to the code for a couple of years, there are a bunch of issues with no response, and several outstanding pull requests. Not to blame anyone, because I know everyone h…
-
**Context:**
Pictures aren't always represented the Right Way Up. It is common to have EXIF data embedded into the file which tells the app/viewer/program the correct orientation of the image, which …
-
The current bindings only allow to save to a file.
For our use case, we need to parse and remove exif tags in memory, for all kinds of images.
=> We would need to be able to save the resulting image…
Ten0 updated
10 months ago
-
depending on the file type (filename extension), we could use different chunkers.
e.g. for uncompressed tar files, we could split at file boundaries to better deduplicate different tars that share a …
-
Hi Matt,
first of all congratulations to your great effort of porting exiftool to Javascript! Can't wait to see more progress on this project. Just a quick idea from my side: why don't you import the…
-
I'm having issues with old photos from 2005 being categorized into 2020 just because of incorrect `File Modification Date/Time`.
I guess there might not be a universal solution to suite everyone. I…
deric updated
3 years ago
-
After upgrading from 3.0.6 to 4.0.0-rc6 and running all DB upgrades manually, all was fine. I uploaded several images but all of a sudden I can't upload anymore and always get this error:
```
[Sun A…