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
The functions in this crate return very generic error messages, like "failed to write image". Would it be possible to give more information about exactly what failed?
The text was updated successfully, but these errors were encountered:
It looks like someone has already introduced bindings for MagickGetExceptionType() and MagickGetException() on the wand object, named get_exception_type() and get_exception(), respectively. I haven't maintained this library in some time, so I can't provide an example, but I suspect it should be as easy as calling those functions.
The functions in this crate return very generic error messages, like "failed to write image". Would it be possible to give more information about exactly what failed?
The text was updated successfully, but these errors were encountered: