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
Fix panic caused by unsupported TIFF format (#287)
TIFF sample format IEEEFP is currently not supported by `image` crate.
Returning an error instead of calling `unwrap()` allows Python code to catch it.
0 commit comments