Pixelitor icon indicating copy to clipboard operation
Pixelitor copied to clipboard

G'MIC and Pixelitor?

Open superdreamkilla opened this issue 4 years ago • 1 comments

image https://gmic.eu/ G'MIC is a popular free and open source image processing tool that works with Gimp and Krita. It has many filters. I was wondering if it could be setup to work with Pixelitor?

Here is a spoof I made of what it would look like (except GMIC usually occupies full screen) image

Gimp is GTK2 software and yet it is still able to interact with QT based G'MIC and G'MIC always opens in a window of it's own separate from Gimp and Krita, It can even be ran isolated in a CLI. To get G'MIC working on Gimp and Krita the user has to manually tell them where to locate the G'MIC binary. If Pixelitor were to integrate with GMIC, it would have to instruct the user to locate the G'MIC binary that it needs.

Binary of G'MIC image

Thanks.

superdreamkilla avatar Oct 30 '20 01:10 superdreamkilla

Yes, I know about G'MIC, and I agree that it would be nice to integrate it with Pixelitor, but there are technical issues. Pixelitor currently is written in 100% Java, but G'MIC is written in C++. It is not impossible to call code written in C++, but it would introduce a lot of complexity. I do plan to use C++ libraries, but not in the near future, especially considering that there are ongoing efforts now to improve Java in this regard (see https://openjdk.java.net/projects/panama/) - I expect that in 1-2 years it will be easier to use C/C++ from Java.

lbalazscs avatar Oct 30 '20 02:10 lbalazscs

We can close this now as GMIC is in Pixelitor. oh how I remember the good ol days back in late 2020.

LinuxBeaver avatar Feb 20 '24 03:02 LinuxBeaver