Currently, if the input image is not exactly square, the image will be stretched to a square ratio, to fill the available space. This is in almost 100% of the cases not what a user wants.
Possible fixes:
Center the input image
Let the user choose where the input image belongs in the image (requires more work, but may satisfy the user more)
Currently, if the input image is not exactly square, the image will be stretched to a square ratio, to fill the available space. This is in almost 100% of the cases not what a user wants.
Possible fixes: