gmic-blender icon indicating copy to clipboard operation
gmic-blender copied to clipboard

Process VSE images?

Open tin2tin opened this issue 4 years ago • 2 comments
trafficstars

It seems this add-on opens the possibilities to process the images of the vse in python, so I guess it should be possible to do the processing in G'MIC? https://github.com/gabrielmontagne/blender-addon-process-vse-strip

tin2tin avatar Dec 08 '20 23:12 tin2tin

Yes, this makes much sense @gabrielmontagne allow me to get you involved in this discussion gmic-blender is a thin wrapper of the gmic-py module, that spares Blender users from pip installing anything before using the module within Blender with just "import gmic" gmic-py does have numpy input/output support as is shown in the module's documentation At the time of writing, gmic-py for Linux has not caught up with with the latest version of G'MIC yet but people should try to start working with any version that installs with "pip install gmic", only the MacPorts py-gmic package is following the latest libgmic/G'MIC version, Windows is not there yet. I am a bit too focused on chocolate making, but am OK to diverge and interact with you @gabrielmontagne and help you add the gmic binary Python module to work with your VSE addon, if you were interested!

myselfhimself avatar Mar 13 '21 13:03 myselfhimself

@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)

myselfhimself avatar Mar 13 '21 13:03 myselfhimself