Closed drharryhe closed 4 months ago
the error msg is as followed:
Actually, resize() needs IntoImageView ,but the passed src_image is DynamicImage which does not implement IntoImgeView
You must enable "image" feature to support image::DynamicImage. This is written before the example in README.md.
"image"
image::DynamicImage
my fault. thanks a lot
the error msg is as followed:
Actually, resize() needs IntoImageView ,but the passed src_image is DynamicImage which does not implement IntoImgeView