Crate pixelutil_image

Source

Traitsยง

ExtendedImageView
A trait that extends the standard GenericImageView with additional convenience methods for coordinate-based image operations like getting pixel optionally at specific coordinates or clamped to image bounds, allowing to use negative values as coordinates.
ImageAxisIndex
Provides methods for converting a type to image axis index used for locating pixels in an image.
ImageCoordinate
Trait for types that can represent image coordinates