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
Load the following image using image::load_from_memory : image.zip
The image was generated from this PNG
using ImageMagick: magick simple.png simple.bmp. It loads successfully in a different image viewer I tried, so I have reason to believe it’s a valid image. Example code:
Error: Format error decoding Bmp: Corrupt RLE data
Caused by:
Corrupt RLE data
(as a side note, it looks like there’s a bug in the error printing that causes (a) the error message to start with an uppercase letter, which goes against convention, and (b) the error message to be duplicated)
The text was updated successfully, but these errors were encountered:
Load the following image using
image::load_from_memory
: image.zipThe image was generated from this PNG
using ImageMagick:
magick simple.png simple.bmp
. It loads successfully in a different image viewer I tried, so I have reason to believe it’s a valid image. Example code:Expected
Loading succeeds.
Actual behaviour
(as a side note, it looks like there’s a bug in the error printing that causes (a) the error message to start with an uppercase letter, which goes against convention, and (b) the error message to be duplicated)
The text was updated successfully, but these errors were encountered: