Use case: we have a bunch of super tall and skinny images.
Since they're so tall, they're hitting the originalSteps maximum height limit.
But since they're so skinny, they shouldn't be unnecessarily scaled down.
So, I propose calculating a maximum pixel count instead of maximum dimensions.
Use case: we have a bunch of super tall and skinny images. Since they're so tall, they're hitting the
originalSteps
maximum height limit. But since they're so skinny, they shouldn't be unnecessarily scaled down.So, I propose calculating a maximum pixel count instead of maximum dimensions.