Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If maxWidth or maxHeight is larger than image width or height, image is enlarged. #214

Closed
rawbeans opened this issue Dec 10, 2019 · 4 comments
Labels

Comments

@rawbeans
Copy link

If I pass an image of width 100 to createResizedImage, with maxWidth set to 1000, the resulting image will be of width 1000, not 100. If this is the intended behavior, it should be better documented, and the parameter should be renamed to width.

@404sand808s
Copy link

Just encountered this myself. Besides the aforementioned documentation suggestions, Is there no way to just not resize the image?

@crobinson42
Copy link

#233

@stale
Copy link

stale bot commented Sep 1, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 1, 2022
@stale
Copy link

stale bot commented Sep 9, 2022

This issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants