Changing brightness and saturation within jit.gl.pix
Hello,
I'm entering the jit.gl.pix realm and feel a bit lost...
I want to do something I guess simple : changing the saturation of an image (still image, but i guess it would be the same thing with a video clip) using [jit.gl.pix].
I've seen that jit?gl.pix accepts a [brcosa] object but I have no idea how to control it.
I can' find ressources about handling those objects in [jit.gl.pix], even not a list of the objects you can use within [jit.gl.pix].
Any help would be appreciated !
Thanks !
Here is it...
Thanks !
I found out about the @gen brcosa last night at 2 am...
Do you know if there is somewhere a full list of the genjit patchers available for [jit.gl.pix] ?
I've seen that one can include a [brcosa] object in a [jit.gl.pix] object, but didn't manage to use it that way. Do that pmean that the only way to use it is via the @gen brcosa attribute ?
Thanks !
Hi. Max is a lot of 'try things out' and 'experiment'
What I do is just take the @gen and build it directly in jit.gl.pix and see if it works, or what needs to be modified
in this case - OK - no modification needed
Also, (I think) the @gen is just an abstraction - makes it easier to load the same bit with unique name in different places
A good place to start for examples
(and a s mention, take things apart or rebuild them from scratch)
