johannes hanika
johannes hanika
the following lists and prioritises a few key features that need work to make vkdt useful for production use. this is currently work in progress and certainly not in any...
here: [blue.lut.gz](https://github.com/hanatos/vkdt/files/8529441/blue.lut.gz) extract to `vkdt/bin/data/blue.lut` to make `examples/quake.cfg` work.
heya, i'm using `rawloader` through [a thin c-bindings layer (which you can find here)](https://github.com/hanatos/vkdt/tree/master/src/pipe/modules/i-raw/rawloader-c). when running this code on a sequence of dng files, i get random tile decoding issues...
this issue is to track the status of the code running on windoos. working: * compile all binaries (gui, cli, lut utilities, ..) (using msys2) * run gui * load...
see title. i have no idea about the implications, i suppose this is going to be quite platform dependent. maybe gtk4? maybe just implement using windows api because on that...
this is tightly related to wayland colour management, which is unfortunately not ready in compositors. for hdr mode, one has to enable it in say hyprland: ``` experimental:hdr=true experimental:wide_color_gamut=true experimental:xx_color_management_v4=true...
this is pretty much a streamlined version of what is done in the jddcnn module. a couple of lines of code in python to walk the layers and output c...
presets are important for fast interaction with complex processing graphs. vkdt ships quite a few. to make them more accessible, comments inside the presets (see for instance https://github.com/hanatos/vkdt/blob/master/bin/data/presets/ColorChecker.pst) are parsed...
release spring clean. candidates include `sss` `f2srgb` `srgb2f` and some of the neural network stuff.
pre-1.0, vkdt does not give compatibility guarantees, the meaning of parameters might change with every release. for 1.0, we want to guarantee same results (modulo bugfixes) for same parameters. a...