honzasp / rust-turbojpeg

Rust bindings for TurboJPEG library
MIT License
16 stars 12 forks source link

image::Bgr<u8> not found in `image` #2

Closed edgarriba closed 2 years ago

edgarriba commented 2 years ago

hi! I'm trying to integrate your crate and I'm facing the following issue at compilation time.

 --> /home/edgar/.cargo/registry/src/github.com-1ecc6299db9ec823/turbojpeg-0.2.1/src/image.rs:79:27
   |
79 | impl JpegPixel for image::Bgr<u8> {
   |                           ^^^ not found in `image`
honzasp commented 2 years ago

Thank you for reporting this issue, I merged your pull request and released a new version of this crate.