jQuery imgAreaSelect 创建缩略图

发布于 2024-12-18 14:44:24 字数 323 浏览 0 评论 0原文

我正在使用 jQuery 插件 http://odyniec.net/projects/imgareaselect/ ,它允许裁剪一个图像。

我到处搜索一个教程,该教程允许我用裁剪后的版本覆盖服务器上的文件......但没有找到任何用处。

我正在使用 Facebox 内插件的基本集成。这工作正常。

我的页面上有一个按钮,上面写着“保存”,单击该按钮时,我想将新图像(裁剪后的)存储在服务器上。

有什么建议或需要更多信息吗?

I am using a jQuery plugin http://odyniec.net/projects/imgareaselect/ that allows cropping of an image.

I have search high and low for a tutorial that allows me to over write the file on the server with the cropped version...but found nothing of use.

I am using the basic integration of the plugin inside Facebox. This is working fine.

I have a button on the page which says 'Save', when that is clicked I would like to store the new image (cropped) on the server.

Any suggestions or need further information?

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

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

发布评论

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

评论(4

多情癖 2024-12-25 14:44:24

看看这个很棒的教程

Check out this awesome tutorial

柏林苍穹下 2024-12-25 14:44:24

您是否看过插件页面最底部的链接?有一些有用的链接,包括这个。它应该可以帮助你开始使用 php 方面的东西

Have you taken a look at the links at the very bottom of the plugin page? There are some useful links including this one. It should help you get started with the php side of things

烟沫凡尘 2024-12-25 14:44:24

事实证明,我上传的图像比裁剪工具的区域尺寸大。

图像的尺寸为 1024x768,但我调整了图像大小以适合 500x500 的覆盖范围。

我需要在上传过程中调整大小并保存新大小的图像。

感谢您的所有建议。

Turned out the that image I was uploading was bigger than the area size of the cropping tool.

Image was 1024x768 however I resized the image to fit within 500x500 overlay.

I will need to resize and save new sized image during the upload.

Thanks for all your suggestions.

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