mattiasw / ExifReader

A JavaScript Exif info parser.
Mozilla Public License 2.0
791 stars 89 forks source link

Can you support the acquisition of PictureStyle objects? #393

Open ReedYu opened 2 months ago

ReedYu commented 2 months ago

Can you support the acquisition of PictureStyle objects? This information exists in the photos taken by Canon and other professional cameras.

Just like the data below. This is obtained from react native. image

The photo below can be used to test this data DSCF2526

mattiasw commented 2 months ago

Hi,

This information seems to be located inside the MakerNotes tag. Generally I've been saying it would be too much work and code to get maker-specific parsing of that data working. With the suggestion of a plugin architecture (#243) this might be more interesting though since then it wouldn't affect people not using it. Or if there would be a high demand in general but I haven't seen that yet. In conclusion I don't think this will be implemented soon, sorry. Let's keep it open for a while though and revisit at a later date.