K1TesseraEna wrote:
If I understood correctly from the gmic documentation, gmic is able to support up to 16-bit color depth.
Does this pertain to the command line version or gmic plugins as well?
Yes, the commandline version of gmic can output 16-bit images.
Quote:
Can Gmic plugin for Krita and Partha's build of GIMP 2.9 (which includes gmic) handle 16-bit per channel*?
Are there also front-end limitations as well and some gmic filters weren't coded to handle >8-bit depth?
How much coding would it take to make 32-bit floating point** support possible?
It's not so much whether gmic can handle 16-bit images. It's whether it can output 16-bit images to Gimp. To do this, gmic will have to use GEGL buffers and provide the GIMP_PRECISION value for Gimp to set it as a 16-bit image.
Quote:
Below are just my points of interest for higher color bit support but there are probably much more:
* for the raw images and gmic film emulation filters (similar to the Lightroom, Darktable development presets);
also to get rid of the gradient color banding issue.
** some file formats only make sense at 32-bit depth (e.g. OpenEXR, support's coming in GIMP 2.10)
Thanks, David!
You can use UFRaw which will output 16-bit files after RAW processing. After that, you can use all the GEGL plugins that are provided to you. See if that helps. The ones that have been integrated are already in the filter menu. The others are under the Tools menu item.
If you really want gmic in 16-bit, you can try a work around. You can use Rob's Shellout python plugin (look at the bottom of the filters menu item in my builds) and perhaps you can set it up to run command line gmic.
Hope that helps.
Thanks,
Partha