如何使用 jquery 裁剪缩放图像

发布于 2024-11-07 12:11:03 字数 116 浏览 0 评论 0原文

我必须制作一个自定义头像,其中我需要使用jquery缩放图像并裁剪 我发现了许多分别用于缩放和裁剪的插件,但恰恰没有同时用于两者的插件。我使用的服务器端是 PHP。

I have to make a customized avatar in which i need to zoom image and crop that using jquery
i found many plugins for zooming and cropping separately but precisely none for both . the server side i use is PHP.

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

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

发布评论

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

评论(2

莳間冲淡了誓言ζ 2024-11-14 12:11:03

我使用 Jcrop 来裁剪它。它允许您以特定的宽高比设置选取框,并在另一个 div 中查看实时预览(如果您使用的图像足够大以支持缩放,则预览会放大)。

它有几个示例,还有一个用于后端 PHP 裁剪的脚本,它还可以将高分辨率裁剪图像转换为正确大小的缩略图。

I use Jcrop to crop it. It allows you to set a marquee at a certain aspect ratio and see a live preview in another div (the preview is zoomed in if you're working with an image big enough to support the zooming).

It has several examples and also a script for PHP cropping on the back end and it also handles converting the hi-res cropped image to the correct size thumbnail.

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