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
For a range of pictures taken with the same camera taglib-sharp was failing with an OverflowException.
This is one example image:
This is the exception I get when using f-spot to import that image:
The text was updated successfully, but these errors were encountered:
Im not sure what the intention of the code is due to the lack of comments. I feel like there is a better way to fix this, e.g. checking if the size of the ByteVector is larger than the types maximal value and depending on that changing the type... or calling a new function ByteVector.ToSShort() or something else... The code at least fixes importing 82 images on my side into f-spot.
For a range of pictures taken with the same camera taglib-sharp was failing with an OverflowException.
This is one example image:
This is the exception I get when using f-spot to import that image:
The text was updated successfully, but these errors were encountered: