Results 7 comments of Øyvind Kolås

This tool has rusted quite a bit due to disuse and my own current lack of interest in creating type - this issue is due to it using GTK2 which...

Your last comment, does not seem relevant to the issue of screen pixel density and gtk2 / gtk3. Kernagic does not write kerning information it writes *spacing* information, the part...

Using the GTK-3.0 backend for windowing and platform specific event abstraction it maybe already almost works - modulo some linux specifics in the build.

Binding events automatically to id's is not something I have attempted. The primary architectural point of mrg is interleaving action callback registration with drawing commands. The SVG rendering capabilities has...

Try to do: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ instead, when doing that both mrg and mmm build successfully for me in a f29 live image and are found by a gegl checkout (which...

Updating single cells would be the next best thing over updating a full sixel (or even just some pixels within a sixel). I haven't looked into the details of how...

Have looked into documentation on the sixel format. The initialization sequence for sixel takes, and have implemented a converter https://gist.github.com/hodefoting/272889a5d9d7859cb8aabc187901e6bc for taking a PNG and turning it into a 15grays...