SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.42k stars 851 forks source link

Support for GPSHPositioningError tag? #2542

Closed prabhavmehra closed 1 year ago

prabhavmehra commented 1 year ago

Prerequisites

ImageSharp version

3.0.2

Other ImageSharp packages and versions

None

Environment (Operating system, version and so on)

windows, android, ios

.NET Framework version

7

Description

Is Support for GPSHPositioningError tag present? if not, can we include that.

Steps to Reproduce

Read exif image which has GPSHPositioningError. unable to read or write the tag.

Images

No response

JimBobSquarePants commented 1 year ago

Hi @prabhavmehra

Just a heads up, feature requests should be made via Discussion channels not raised as issues.

You're more than welcome to submit a PR if you feel like adding the missing tag. The relevant information about the tags backing structure is here.

https://exiftool.org/TagNames/GPS.html

Cheesebaron commented 1 year ago

I can have a look at adding this one, is it just this one tag that is missing or are there more GPS related tags that should be included?

EDIT:

Seems like they are all there except for this one.