abstract_api.image_processing.strategies.portrait module#
- class abstract_api.image_processing.strategies.portrait.Portrait(*, height: int, **kwargs)[source]#
Bases:
HeightMixin,BaseStrategyResize to exact height.
Width will be adjusted according to aspect ratio.