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
In which line of code does the error occur? Is it the line with .write_image(...).err()?
Are you sure that all of your images have ExtendedColorType::Rgba8 color type?
[1] assertion
left == right
failed: Invalid buffer length: expected 181600 got 136200 for 200x227 image[1] left: 181600
[1] right: 136200
This happens when I try to iterate over incoming images to resize them one by one. But when done one at a time the resize works fine.
Please help me with this. Thank you :)
Note: I'm using AXUM 7.5 with axum_typed_multipart to get the images
The text was updated successfully, but these errors were encountered: