Jonathan-David Schröder

Results 51 issues of Jonathan-David Schröder

Hello this will not work for now: `./fontpreview -i /home/jd/Productions/B/BLionTaleFont/BLionTale-Regular.otf --preview-text "BONSOIR" -o a.png` expected: a.png shows a BONSOIR word encountered: a.png contains the whole default alphabet :)

Hi, thank you for this nice Github Action. Unfortunately it does not work on Windows. It could function on Windows by using the preinstalled msys2's wget.exe executable at C:\msys64\usr\bin\wget.exe (not...

* Idea: add G'MIC filters for any paintable canvas * Possibly shorter time to market than compositing nodes.. Unsure yet. * Backend: gmic-py: load canvas buffer, modify it using a...

- render images - add effect + append_tiles with gmic-blender - print on A4 sheets - cut and assemble flipbook

for now the release version must set in a git tag, `__init__.py` and pytest file.. put version in a VERSION file and have it pasted in the right places through...

Example : the sharpen node From https://gmic.eu/reference.shtml#sharpen ``` Example of use: --   | image.jpg sharpen 300   | image.jpg blur 5 sharpen 300,1 ``` Should be hardcoded for now. Generation from...

- grab gmic-py for windows (when it gets released) - add CI testing for windows as an extra OS in addition to linux and macosx - have myself or people...

In order to have 500-1000 python-generated G'MIC nodes in Blender, corresponsing to [G'MIC's JSON-described filters](https://gmic.eu/filters290.json)... We will most possibly* need a [Python Script Node/pycompositor-like patch](https://github.com/bitsawer/blender-custom-nodes#python-script-node) onto Blender first to allow...

[- ongoing D6334 Blender patch on compositor testing (node setup with expected output vs. real output)](https://developer.blender.org/D6334) [- A GSoC 2020 is ongoing on regression testing here, where the blender-addon-tester which...