Convert - Ignore Error "length and filesize do not match" #1455
Answered
by
dlemstra
medianotion
asked this question in
Help
-
I have some images that convert successfully with IM CLI but do report "length and filesize do not match error/bmp.c/ReadBMPImage/934'" error. The error causes Magick.Net to exit. Apparently, the error is not fatal for IM CLI. I was wondering if there was a way to ignore non-fatal errors in Magick.Net. Please let me know. |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Oct 9, 2023
Replies: 1 comment
-
You can ignore this if you use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
medianotion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can ignore this if you use the
BmpReadDefines
when reading the image.