是否可以使用java创建像Instagram这样的照片过滤器程序?
是否可以使用java创建像Instagram这样的照片过滤器程序?它不一定是一个具有地理标记、上传、评论和其他社交媒体功能的移动应用程序。我只是对 Java 的照片过滤功能感兴趣。 如果是这样,我们将不胜感激代码片段或教程的链接。
预先感谢各位。
Is it possible to create a photo filter program like Instagram using java? It doesnt have to be a mobile application with all the bells and whistles of geotagging, uploads, commenting and other social media functions. Im just interested in the photo filtering capabilities of Java.
If so a code snippet or a link to the tutorial would be greatly appreciated.
Thanks in advance guys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是,Java 具有进行任意图像分析和处理所需的内置库,例如 Instagram 等效果所需的库。
网络上有大量资源讨论可能性和技术方法;尝试搜索“java 图像处理”等关键字。这个网站(Jerry 的 Java 图像处理页面)有很多想法。
Yes, Java has built-in libraries necessary to do arbitrary image analysis and processing such as that required for effects like Instagram, etc.
There are tons of resources on the web discussing the possibilities and technical approaches; try searching keywords such as "java image processing". This website (Jerry's Java Image Processing Pages) has lots of ideas.