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
If you don't want to break current interface my idea is to add singleton method to the string object that represents Exiv2::Value that will return value_ field if available.
The text was updated successfully, but these errors were encountered:
It should be possible to read and write Value using subtypes, especially XmpValue and its subtypes.
Or at least provide access for
value_
fields (http://www.exiv2.org/doc/classExiv2_1_1XmpArrayValue.html#620cf5acd40bea72c7b3cdb3894fea6a, http://www.exiv2.org/doc/classExiv2_1_1LangAltValue.html#e466310e854d707c1e5f5a44730a27c9 and others).If you don't want to break current interface my idea is to add singleton method to the string object that represents
Exiv2::Value
that will returnvalue_
field if available.The text was updated successfully, but these errors were encountered: