-
### The bug
Videos recorded in horizontal by turning the phone 90 degrees clockwise (how a left-handed would typically record the video with one hand) are reproduced upside down in the mobile app.
…
-
I want to edit EXIF information and store the new EXIF in the original image. What should I do?
-
>>> with open(photo_path, 'rb') as image_file:
... my_image = Image(image_file)
... dir(my_image)
...
Traceback (most recent call last):
File "", line 2, in
File "F:\Python37\lib\si…
-
Would it be possible to have the option to edit the original photo instead of saving a copy? I had a few pictures that I just wanted to flip to orient properly, but saving a copy removes a lot of the …
-
### Description of the new feature / enhancement
When renaming a file, allow extended file properties to be used, such as Author, Location, Device. This could be particularly useful for images with E…
-
### ISSUE TYPE
* Bug Report
### GEEQIE VERSION
Upcoming 1.4 (668f95b0)
### SUMMARY
While sorting with exif date work in normal view, it is not using the exif date in pan view even when enable…
-
### Description
(I originally submitted a bug for riot-web here: https://github.com/vector-im/riot-web/issues/10903)
Consider a picture with EXIF rotation metadata (eg. a photo taken with a ph…
-
### Which part of the project should be enhanced?
image uploads
### Is your enhancement request related to a problem? Please describe.
Currently we upload images 1:1, which is not a bad thing…
-
Upon seeing a strange image (it loaded in right-to-left instead of top-to-bottom) in my browser, I decided to test it in RedReader and discovered that it does not rotate properly here. Looking at the …
-
i have tried many variations of
tags = exifread.process_file(f, stop_tag=`EXIF DateTimeOriginal`)
but
tags.items()
is always empty.
There are tags, when stop_tag parameter is omitted, it returns ev…