Expand description
Structs§
- Carvable
- A structure that allows removing vertical seams of content from an image
- Carved
- An image with some vertical seams carved. If you want to save this image or otherwise manipulate it, you can convert it to a ImageBuffer.
- Rotated
- Represents an image with the x and y coordinates reversed.
Functions§
- image_
view_ to_ buffer - Converts GenericImageView to an ImageBuffer
- resize
- Resizes an image to a lower width and height, using seam carving to avoid deforming the contents.