Reputation: 75
Which programming language has best possible image filter and also provide art photo effect and oil paint effect. I've also tried in php-imagick, python-opencv, css, and javascript but they do not exactly provide art effect and oil paint effect.
Prisma app also provide art and oil paint effect but they use neural network and ai technology so how can I use this both technology for my project.
Upvotes: -3
Views: 268
Reputation: 2517
As you have mentioned php-imagick
and python-opencv
, what you need is a library that provides you the tools you want, the programming language is irrelevant.
Have a look at G'MIC and the image gallery.
Upvotes: 0