mono/libgdiplus

Jpeg decoder should add properties for PropertyTagUserExifComment, PropertyTagChrominanceTable and PropertyTagLuminanceTable

hughbe opened this issue · 0 comments

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.