Is it possible to create a photo filtering program like Instagram using java?

Is it possible to create a photo filtering program like Instagram using java? This should not be a mobile application with all the bells and whistles of geotags, downloading, commenting and other functions of social networks. I'm just interested in Java photo filtering options. If so, a piece of code or a link to a tutorial will be appreciated. Thanks in advance guys.

+4
source share
1 answer

Yes Java has built-in libraries necessary for arbitrary analysis and image processing, such as those required for effects such as Instagram, etc.

There are many resources on the Web that discuss capabilities and technical approaches; try searching for keywords like "java image processing". This site ( Jerry Java Image Processing Pages ) has a lot of ideas.

+5
source

Source: https://habr.com/ru/post/1369081/


All Articles