Question: How can I recreate an instagram filter effect with Max 7?
Hi, I am currently working on a project with Max 7 that creates a virtual photo booth. When you take a picture of yourself it looks as if you are wearing the clothes of someone in the 1960s. I use chromakeying to combine the image of the person in the booth and the image of the 1960s clothes. What I want to add is a filter like on instagram that recreates the 'look' of a vintage photograph. Does anyone have an idea how I can achieve this?
You need to add those shader files to a map where max can find them.
And then load them into jit.gl.slab
eg. jit.gl.slab @file (or @read) v001.film-bleachbypass.jxs
You can make a chain of those shaders to come pretty close to a vintage look.
Use the getparam message after the shader is loaded to see what the list of parameters is that can be changed with the shader.
something like this ??