mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
333 stars 171 forks source link

Jpeg decoder should add properties for PropertyTagUserExifComment, PropertyTagChrominanceTable and PropertyTagLuminanceTable #684

Open hughbe opened 3 years ago

hughbe commented 3 years ago

We add data from libexif, but GDI+ also adds properties originating from libjpeg, such as the file's comment and the luminance and chrominance quantization tables.

We should add these as properties when decoding to match GDI+ behaviour.