abstract_api.image_processing.strategies.fit.fit module#
- class abstract_api.image_processing.strategies.fit.fit.Fit(*, height: int, **kwargs)[source]#
Bases:
HeightMixin,WidthMixin,CropModeMixin,BaseStrategyCrop and resize the image to fit the desired width and height.