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
I have a problem with 'UserComment'. Unfortunately we can have the exif byte order 'big endian' or 'little endian'. The UserComment must read/write with the correct byte order (for Unicode).
2 little changes worked for me:
in ExifPropertyFactory.cs, line 72:
I have a problem with 'UserComment'. Unfortunately we can have the exif byte order 'big endian' or 'little endian'. The UserComment must read/write with the correct byte order (for Unicode).
2 little changes worked for me:
in ExifPropertyFactory.cs, line 72:
in ExifExtendedProperty.cs, line 106:
In my code i set explicit the value with Encoding:
With best regards
The text was updated successfully, but these errors were encountered: