You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the pick option in exifr.parse, certain tags like ImageSource are missing from the parsed result, even though they are correctly parsed when pick is not used.
Steps to Reproduce
Parse metadata without pick, and confirm ImageSource is included:
Description of the Problem
When using the
pick
option inexifr.parse
, certain tags likeImageSource
are missing from the parsed result, even though they are correctly parsed whenpick
is not used.Steps to Reproduce
Parse metadata without
pick
, and confirmImageSource
is included:Parse with
pick
includingImageSource
:Parse with
pick
including multiple tags:Expected Behavior
ImageSource
should be included in the result when explicitly specified in thepick
array, even when it is the only element.Actual Behavior
pick
:ImageSource
is present in the parsed result.pick
:['ImageSource']
: The result isundefined
.pick
:['Make', 'ImageSource']
: OnlyMake
is present in the result, whileImageSource
is missing.Environment Details
exifr
version:v7.1.3
v18.20.4
The text was updated successfully, but these errors were encountered: