abstract_api.image_processing.strategies.landscape module#
- class abstract_api.image_processing.strategies.landscape.Landscape(*, width: int, **kwargs)[source]#
Bases:
WidthMixin,BaseStrategyResize to exact width.
Height will be adjusted according to aspect ratio.