-
I'm getting this many times:
``` sql
500 - Query error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'psantana+988-test@moogu.com-1' for key 'owner' - INSERT INTO `photo` (ap…
-
C:\Program Files\Python310\python.exe" "C:/Program Files/Python310/test/exif.py"
File "C:\Program Files\Python310\test\exif.py", line 1
Python 3.10.0 (tags/v3.10.0:b494f59, Oct 4 2021, 19:00:…
-
Most formats have image DPI infos in the file header, no such thing in JXL?
Converting PNG (with DPI infos in the file header) to JXL and back (using cjxl.exe and djxl.exe) => DPI infos are lost.
-
### Describe the bug
I have some large DNG images obtained through scanning at high resolution:
[EXIF] X Resolution : 6400
[EXIF] Y Resolution : 6400
[EXIF] Resolution Unit : inches
However, “X R…
-
Hello I got this error while trying to run Instagram.py
```
root@host:~/instacron# python3.6 instacron.py
Didn't find a matching template.
Getting info from EXIF data.
Traceback (most recent …
-
```
What steps will reproduce the problem?
1. x=libxmp.XMPMeta()
2. f=libxmp.XMPFiles()
3. f.open_file('/tmp/2012.08.12-12.24-4874.JPG', open_forupdate=True)
4. x.register_namespace('http://actr.lu/ac…
-
Just installed Image Gallery Pro in my bludit blog as I really like both look and usability of that setup. One thing that feels missing, however, is displaying more information all along with a pictur…
-
The AutoRotate() function only works on JPEG, not HEIC files even though both files have EXIF tags and bimg successfully detects and parses the EXIF tag also on the HEIFCfile.
Running the code belo…
-
```
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* …
-
Camlistore supports different kinds of indexed metadata in uploaded files (Exif, GPS, ID3 etc).
It is desirable to have access to this data, and be able to modify it later.
One use-case for metadata…