abstract_api.image_processing.strategies.exact module#

class abstract_api.image_processing.strategies.exact.Exact(*, height: int, **kwargs)[source]#

Bases: HeightMixin, WidthMixin, BaseStrategy

Resize to exact width and height.

Aspect ratio will not be maintained.