Jonathan-David Schröder
Jonathan-David Schröder
@gabrielmontagne gmic-py could be embedded, or just used as a possible example, in your addon or gmic-blender (which is not very much maintained by me for now)
This depends on https://github.com/dtschump/gmic/issues/235 's fix for gmic's `append_tiles` command which will be in gmic 2.9.2 or so. The logic is so simple that it can be implemented in a...
Hello, I will reply to you tomorrow! Sorry for the delay.
I will compare the Blender gmic-blender speed of engraving and the official gmic command line command for engraving
For 1920x1080 image, blender rendering time excluded, `fx_engrave 0.5,50,0,8,40,0,0,0,10,1,0,0,0,1,0` on my super old 64bits linux laptop: - 38 seconds within Blender - 19 seconds with gmic-cli
As to the Ctrl+S shortcut, it saves a 0 bytes file on my side in the blender executable's directory, named gmic_000000.png for example. Enough for diagnostics. Let me troubleshoot both...
Further note on saving to file or buffer, gmic-py's Numpy is being prepared so that images can be exported to a `numpy.ndarray` buffer or imported from such a type. This...
Thank you!!! Though this is a bit old school to save files like this... but I am happy that it works on your side. Applying gmic filters to big images...
You seem to be the first known user of gmic-blender, what a honour :) I have been to Le Havre only once...
I forgot to test gmic-py itself. It could prepend a "gmic update" internet update command on "import gmic". This can be nonsense if true. If the 32bits hypothesis were false,...