-
**Describe the bug**
cannot transfer all Exif from a Geotiff to it's COG version
**To Reproduce**
Steps to reproduce the behavior:
1) get a generic GeoTIFF
2) convert in COG "format" generate…
-
Hello.
I use this lib to read exif from jpg, thanks for the nice work.
It work very well on android but not on IOS (tested with iphone 5)
I use the same JPG file with exif inside with same code…
-
After installing via npm, inside component, I'm importing the library like this
**import * as EXIF from "../Path-to-node-module"**
Then when the image URL is available, I would do something like …
-
**Describe the bug**
Apparently cameras may use [EXIF tags to specify the orientation](https://www.daveperrett.com/articles/2012/07/28/exif-orientation-handling-is-a-ghetto/) (rotation and even mirro…
-
I upload JPEGs with quality 97 looking wonderfully. Stripped-EXIF JPEGs saved by NodeBB contain a TON more artifacts and look really poorly (quality 85 I would say). I think the way image processing /…
-
```
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…
-
## Description
ArcGIS QuickCapture now can preserve the EXIF information in captured photos. This means that when you capture a photo, EXIF tags such as GPSLatitude, GPSLongitude, and GPSImgDirection…
-
```
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* …
-
```
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* …
-
Given an image in the dom where we switch the src dynamically, it looks like EXIF will cache the tags and not reload it.