I am now looking for a lib that can change the color effect.
Though the popular image processing lib such as opencv can do sufficient color transformation,
the details of the transformation matrix of a certain style remain unavailable to me.
So is there any book or lib that introduces how to apply a certain effect such as ones in lomography?
From the comments it seems you would like to replicate “step by step” the Photoshop tutorial pointed by @0x69.
With Mathematica 8, I did the following:
Step1. I copied the picture from the tutorial
Step2. Define the point-based function that will change the red channel and apply it
Step3. I don’t know the algorithm used for color balancing by Photoshop, so let’s skip those and create directly a vignette. The color balancing would change things quite a bit.
Step4. Vignette creation:
You can just multiply the two images, or use fancier overlaying modes (see the documentation of
ImageCompose):It would be quick and easy to tweak things around and change the final result.