Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Image smoothing quality #3722

Merged
merged 2 commits into from
Sep 25, 2021
Merged

Conversation

redemption
Copy link
Contributor

Add support for imageSmoothingQuality setting to control how much aliasing occurs on client side resize. Options are "low", "medium", "high". Default is "low".

merge changes from blueimp's original repo
… options are "medium" and "high".

Usage:

$('#fileupload').fileupload({
disableImageResize: /Android(?!.*Chrome)|Opera/
						.test(window.navigator && navigator.userAgent),
				imageSmoothingQuality: 'medium',

}
@blueimp
Copy link
Owner

blueimp commented Sep 25, 2021

Thanks for your contribution and sorry for the long wait time @redemption!

@redemption
Copy link
Contributor Author

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants