Skip to content

Feature: Implement IntoImageView for image::RgbImage image::RgbaImage etc. #57

@laundmo

Description

@laundmo

Hi,

i wanted to use this crate, but since my project also directly works on the pixels i pretty much only use the type image::ImageBuffer<image::Rgba<u8>, Vec<u8>> which is aliased to image::RgbaImage.

It would be very useful if this crate could implement the IntoImageView trait for those type aliases, so it can be used without converting to a dynamic image.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions