myselfhimself / gmic-blender

Official G'MIC plugin for Blender3D - pre-pre-alpha
Other
34 stars 5 forks source link

Process VSE images? #19

Open tin2tin opened 3 years ago

tin2tin commented 3 years ago

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

myselfhimself commented 3 years ago

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 commented 3 years ago

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