cakephp 调整大小组件/助手

发布于 2024-10-22 02:12:17 字数 87 浏览 2 评论 0原文

我们想使用可用的 cakephp 组件来调整图像大小,你知道最好的一个吗,它为我们提供了重新调整/裁剪/调整裁剪大小的选项,请告诉我。

谢谢 !

We want to resize image(s) using cakephp component available, do you know the best one, which gives us options to rezie / crop / resize n crop, kindly let me know.

thanks !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执着的年纪 2024-10-29 02:12:17

如果您的意思是在显示图像时裁剪/调整大小。您可以存储原始图像,并在显示图像时使用 PHPThumb 或 Timthumb 动态调整图像大小。虽然这不允许您选择个性化裁剪,但它非常灵活,因为可以容纳任何文件大小

Tim拇指:http://code.google.com/p/timthumb/

In case you mean crop/resize when displaying the image. You can store the originals and either use PHPThumb or Tim thumb to resize the image on the fly when displaying them. While this doesn't allow you the option of personalized cropping, it's very flexible since any file size can be accommodated

Tim thumb : http://code.google.com/p/timthumb/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文