Hi !
I created a script in python, which deform an image. But i don’t know how to integrate it in blender as node in the compositor.
I did some researches, but i don’t undestand concretely how to create a node. :spin:
( i want to create a node with 3 image input and 1 image output)
Can you help me please ? Thx
And i have another question :o. In my python script, i use PIL library. In bpy, can we do the same operations on images as in PIL ? Can we create an image and modify pixels … ? Thx