c-koi / gmic-qt

G'MIC-Qt is a versatile front-end to the image processing framework G'MIC.
GNU General Public License v3.0
207 stars 54 forks source link

Add new digiKam host application #75

Closed cgilles closed 5 years ago

cgilles commented 5 years ago

Hi,

Since one week, i work to port GMic-Qt plugin to digiKam. The first version is now finalized.

Screenshot of this plugin in action : https://imgur.com/PmuvJwx

It require the current digiKam implementation from git/master to compile, which will be the next digiKam 6.3.0 release plan in few weeks.

Thanks to considerate this pull request

Best

Gilles Caulier

dtschump commented 5 years ago

Hi Gilles, What a wonderful idea ! :+1: Is there any limitations right now on the use of the plug-in in Digikam (like multi-layers input/output maybe ?).

It's really great news!

cgilles commented 5 years ago

yes, digiKam image editor and Showfoto do not support mult-ilayer, but it's not a problem. We only work on single main image as well...

It still a feature not yes implemented in the plugin : Color Management support. It planed for a next PR...

cgilles commented 5 years ago

Update of previous PR including fixes 16 bits colors depth support, C++ exceptions support, fix authors list, fix README.md, remove bootstrap.sh script

c-koi commented 5 years ago

Thanks for this nice contribution. Welcome digiKam!