-
```
There are a lot of different makernote tags out there. Here is a great list:
http://gvsoft.homedns.org/exif/
Hand-coding classes for all of these formats may not be the best approach.
Some an…
-
```
There are a lot of different makernote tags out there. Here is a great list:
http://gvsoft.homedns.org/exif/
Hand-coding classes for all of these formats may not be the best approach.
Some an…
-
```
There are a lot of different makernote tags out there. Here is a great list:
http://gvsoft.homedns.org/exif/
Hand-coding classes for all of these formats may not be the best approach.
Some an…
-
Captured Image is rotating 90 degrees in few devices like samsung, MI, Oneplus etc
It would be better if we know image orientation and we can rotate the based on orientation. Any thoughts on implem…
-
The filenames of images are numbers such as 1497235121791.jpg
I assume it is a unix timestamp?
As most of these files don't have exif tags, it would be cool if the actual file modification date and …
-
**Summary:**
The app should implement a group of global setting for EXIF modification.
**Expected behaviour:**
In the settings menu, there should be a setting to remove certain EXIF tags li…
-
Hi,
in the setting there is an option to show some tags at fullscreen, such as camera and exif (some of them).
It would be useful to display image comment.
I use gthumb to add comment inside "d…
-
I see all relevant fields are private for the exif interface, NativeExifPlugin hasn't two tags is GPSImgDirection and GPSHPositioningError which is found in IOS. Please add them to NativeExifPlugin of…
-
# -_\- coding:utf-8 -_-
import os
import sys
from PIL import Image
import numpy as np
import cv2
from matplotlib import pylab as plt
import sqlite3
from PIL.ExifTags import TAGS, GPSTAGS
# 入力画像
img=…
-
### The bug
I have a bunch of panoramas with an equirectangular projection that are not full 360° sphere and since v 1.106, they started displaying stretched out and wrapped around the whole 360° sph…