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
No description provided.
The text was updated successfully, but these errors were encountered:
配置是这样得 Tiny.FileCompressOptions compressOptions = new Tiny.FileCompressOptions(); compressOptions.config = Bitmap.Config.RGB_565; compressOptions.size = 200; compressOptions.quality = 50; compressOptions.isKeepSampling = false; 把 compressOptions.isKeepSampling = false 发现最多会压缩一半,如果是1MB ,压缩结果大概是 800kb,如果把 compressOptions.isKeepSampling = true,则没有压缩
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: