在 PHP 中创建基于边缘检测的图像
我很好奇 - 是否可以在 PHP 中实现:
1)将图像文件发送到服务器 2) 处理图像=检测边缘并根据边缘创建简单的笔划 3)将文件保存在服务器上/将其发送到用户的浏览器/无论什么
这是一些“示例”文件;P(如您所见,它不是使用任何启用边缘检测的程序制作的,而是手工制作的 - 仅作为示例):
I'm curious - is it possible to ahieve in PHP:
1) Send image file to server
2) Process image = detect edges and create simple strokes basing on the edges
3) Save file on server / send it to user's browser / whatever
Here is some "sample" file ;P (as You can see it wasn't made using any edge detection enabled program, but by hand - just as an example):
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以使用 ImageMagick,则有
--charcoal
过滤器:ImageMagick 示例手册展示了另一种方法,其结果看起来更好:
艺术家木炭图像草图
If you can use ImageMagick, there is the
--charcoal
filter:The ImageMagick examples manual shows another way whose results look even better:
Artist Charcoal Sketch of Image