如何使用 jquery 裁剪缩放图像
我必须制作一个自定义头像
,其中我需要使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用 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.
使用
http://pecl.php.net/package/imagick
Use
http://pecl.php.net/package/imagick