oozcitak / exiflibrary

A .Net Standard library for editing Exif metadata
MIT License
131 stars 48 forks source link

Typo in JPEGMarker enum #100

Open Timie opened 2 years ago

Timie commented 2 years ago

There is a typo in ExifLibrary.JPEGMarker enum for the value "JPG12". It is spelled as "JP1G2" but I believe it should be named "JPG12".

See the following link: https://github.com/oozcitak/exiflibrary/blob/227e86bfa63a34620ffd7ef3cdfd7e2b626ee936/ExifLibrary/JPEGMarker.cs#L82