PHP 照片效果
我正在开发一个新网站,希望它能够为上传的照片添加效果。 (模糊、平移、漩涡、闪光、边框、框架等)如果可能的话,我希望用 PHP 进行照片处理。我需要用户能够上传照片,进行编辑,然后将编辑后的照片保存到他们的计算机上。
作为一个单独的问题可能会更好,但如果可能的话,我还希望用户能够将编辑后的图像保存为他们的 Facebook 个人资料图像。
I am working on a new site and would like it to be able to add effects to photos uploaded. (Blur, Pan, Swirl, Sparkle, Border, Frames, etc ) I would like the photo manipulation to be in PHP if possible. I need the user to be able to upload the photo, make the edits, then save the edited photo to their computer.
This may be better as a separate question, but if at all possible I would also like the user to be able to save the edited image as their Facebook profile image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 PHP 扩展 ImageMagick 这是一个标准的、经过考验的、真正的图像处理库。
从主页:
如果您考虑使用 MagickWand PHP 扩展:
MagicWand 文档以一个不错的开头PHP 代码示例如下所示:
同样,您所寻求的文档:
Try PHP extensions for ImageMagick It's a standard, tried and true image manipulation library.
From the homepage:
If you consider using the MagickWand PHP extension:
The MagicWand docs start off with a nice PHP code sample shown here:
Similarily, documentation for things you seek: