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
Assuming the code would normally compile, it currently doesn't work because the image crate has changed its API. What is the concrete version of the 'image' crate that works for you when compiling? Should it be working with 0.23.12? And what Rust version? :)
error[E0599]: no method named `get_pixel` found forenum `DynamicImage`in the current scope
--> src/image_operations.rs:42:26
|
42 |let px = img.get_pixel(x, y)
| ^^^^^^^^^ method not found in`DynamicImage`
The text was updated successfully, but these errors were encountered:
Assuming the code would normally compile, it currently doesn't work because the image crate has changed its API. What is the concrete version of the 'image' crate that works for you when compiling? Should it be working with 0.23.12? And what Rust version? :)
The text was updated successfully, but these errors were encountered: