Crate video_resize

Source

Modules§

algorithms

Structs§

CropDimensions
Specifies the number of pixels to crop off of each side of the image.
ResizeDimensions
Specifies the target resolution for the resized image.

Traits§

ResizeAlgorithm

Functions§

crop
Crops a video based on the given crop dimensions.
resize
Resizes a video to the given target dimensions.