ImagePlay is a rapid prototyping tool for building and testing image processing algorithms. It comes with a variety of over 70 individual image processors which can be combined into complex process chains. ImagePlay is completely open source and can be built for Windows, Mac and Linux.
It’s GPLv3, so I thought people might like to have a play with it.
Who doesn’t love graphs and nodes?
Actually I’m wondering if there’s a user-friendly implementation of jonnors work on imgflo and flowhub? He had built out some infrastructure for the grid.io site using GEGL nodes on the server side, and an HTTP API…
I’ve read the news on HackerNews too and I actually wonder why this made a piece of news
There have been so many similar “visual programming” tools for image processing for years now (and free to use), for instance:
… And I’m sure we can find dozens more just by googling “image processing visual programming”.
It’s cool to have an other visual programming tool for image processing anyway. I still wonder how they can stand out from the existing. Just curious.
Good luck to them by the way!
There I might have some ideas… I’ve a working interface between G’MIC and VIPS, and VIPS has complete and well established python bindings. This might already allow to make use of G’MIC filters on the server side? I’m not an expert on that, but to me it sounds possible.
Well, you can already call G’MIC from a server, with the G’MICol service : https://gmicol.greyc.fr/
I’m not the one who did this service, so I’m not sure how easy it could be to call this service from another web interface, but I can ask