scaling: content fit, content fill #10
Labels
enhancement
New feature or request
feature
New Feature
good first issue
Good for newcomers
hacktoberfest
hacktoberfest2020
If width and height are given and it differs in the aspect ratio to the original image the user should have the opportunity to decide how pyimgbatch scales the images.
The default option is to rescale the content according to the new dimensions as well.
In addition, the user should have an option to determine the kind of how the image will be scaled.
like:
content="reshape" // default
content="fill"
content="fit"
The text was updated successfully, but these errors were encountered: