-
**Describe the bug**
After editing some EXIF data of a picture, e.g. rate the picture (5 star rating) i noticed, that after returning to thumbnail overview page, it's sorting position has changed. So…
-
```
In the current implementation, Exif data is always dis- and re-assembled
prior to writing a file. For TIFF, this is not a big issue, since it's
extremely likely to be changed. For JPEG this is not…
-
Is there a plan or snippet to get both IPTC and EXIF data to images when importing images into gallery. That would be really nice feature. And possibility to choose what to show in gallery.
Really he…
-
We encountered the following: an image taken in portret orientation is projected landscape.
How can we prevent this from happening?
**Portret image:**
![s1](https://user-images.githubuserconten…
-
AB wrote:
RPS does not give the option of "photo taken date".
"File creation date" is often not the same, eg if the photo has been edited.
I would love it if there was an option for using the "true" d…
-
trying to read a buffer created using:
var exifreader = Npm.require('exif-reader');
var buf = Buffer.from(fileObj.blob, 'binary');
var meta = exifreader(buf);
-
There are use cases where file manipulation using HTML Canvas are required. However this essentially creates a new file without the original files EXIF data. It would be wonderful if this package coul…
-
I'm currently resizing JPEGs in the frontend with Pica before uploading to the server. The problem is that the resized images lose any EXIF metadata. Unfortunately I couldn't figure out a way to solve…
-
Most images have exif metadata (or others) embedded in the file.
It would be good to cache those on the BD for quick metadata searches by photography tags. One could easily search all photos that mat…
-
Enhancement request:
Offer a checkbox on the upload page to keep or remove EXIF tags.
Many hosts purge EXIF without an option. That is the most secure choice and should be the default, but some users…