We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently i can only compress by percentage, it would be nicer if i can resize (scale) the image.
to give a max width / height structure
const { path } = await FileCompressor.compressImage({ mimeType: 'image/jpeg', width: 1000, height: 1000, path: 'content://com.android.providers.downloads.documents/document/msf%3A1000000485', quality: 0.7, });
No response
The text was updated successfully, but these errors were encountered:
Yes, this is definitely currently missing.
Sorry, something went wrong.
robingenz
No branches or pull requests
Plugin(s)
Current problem
Currently i can only compress by percentage, it would be nicer if i can resize (scale) the image.
Preferred solution
to give a max width / height structure
Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: