abstract_api.image_processing.strategies.landscape module#

class abstract_api.image_processing.strategies.landscape.Landscape(*, width: int, **kwargs)[source]#

Bases: WidthMixin, BaseStrategy

Resize to exact width.

Height will be adjusted according to aspect ratio.