gpt4 book ai didi

javascript - 在 Cloudinary 中使用 ngf-resize 上传图像

转载 作者:行者123 更新时间:2023-12-03 06:57:18 25 4
gpt4 key购买 nike

在 Cloudinary 中使用 ngf-resize 生成图像 URL。

<div id="direct_upload"
ngf-drop="uploadFiles($file)"
ngf-resize="{width: 500, height:200, quality: 1.0}"
ng-model="file">
</div>

但是 Cloudinary 的响应返回不同的宽度和高度。

enter image description here

最佳答案

调整大小将保持图像的宽高比,因此宽度或高度之一将是调整大小中的值,另一个会较小,除非照片的宽高比与 5X2 完全相同。

如果您想丢失部分图像并将其居中裁剪,您可以这样做

ngf-resize="{width: 500, height:200, centerCrop: true}" 

这将使图像具有精确的尺寸,但会水平或垂直剪切图像的一部分。

关于javascript - 在 Cloudinary 中使用 ngf-resize 上传图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37220076/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com