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
问题:
方案:
示例:
假设你有一个图片 URL https://example.com/image.jpg,你可以通过在 URL 后面添加参数来应用上述规则。例如:
https://example.com/image.jpg
https://example.com/image.jpg?x-oss-process=image/resize,w_200,h_200/rotate,a_90/format,png
这个 URL 会将图片缩放到 200x200 像素,顺时针旋转 90 度,并转换为 PNG 格式。
你可以将多个规则组合在一起使用,通过 / 分隔。例如:
/
https://example.com/image.jpg?x-oss-process=image/resize,w_200,h_200/crop,w_100,h_100,x_50,y_50/rotate,a_45/format,webp
这个 URL 会将图片先缩放到 200x200 像素,然后从 (50, 50) 开始裁剪一个 100x100 像素的区域,顺时针旋转 45 度,最后转换为 WebP 格式。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
问题:
方案:
示例:
假设你有一个图片 URL
https://example.com/image.jpg
,你可以通过在 URL 后面添加参数来应用上述规则。例如:这个 URL 会将图片缩放到 200x200 像素,顺时针旋转 90 度,并转换为 PNG 格式。
你可以将多个规则组合在一起使用,通过
/
分隔。例如:这个 URL 会将图片先缩放到 200x200 像素,然后从 (50, 50) 开始裁剪一个 100x100 像素的区域,顺时针旋转 45 度,最后转换为 WebP 格式。
The text was updated successfully, but these errors were encountered: