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
如题
The text was updated successfully, but these errors were encountered:
有个参数output 输出的倍率。比如如果output为2,选区的宽300,选区的高100,输出的图像的分辨率为 (2×300,2×100)
Sorry, something went wrong.
打开 Alloy-Crop.js 找到 this.type = option.type || "png"; 改成 this.type = option.type || "jpeg";
图片确实被拉伸了好多,失真了,有办法处理吗
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: