Lomo Script with Old Style Colors
This script simulates the Lomo effect. Copy it into the scripts folder from GIMP, you will find it then under Filters → Light and Shadow → Lomo.
The original from Francois Le Lay can be downloaded here. The idea of C41 colors comes from here. I added sharpness, repaired the double vignetting problem and added some nice colors, especially the beautiful green sky effect from Lomo pictures. Examples can be found here.
Attention, results may make happy.
\
\
\
Updates:
- I refreshed the colors and added another vignette, but this is black and can be moved and resized.
- The overlayed vignettes are moving now with the black vignette. That means all vignettes have the same center.
- I added a slight lens distortion to simulate the wide angle lens of the Lomo LC-A. And if you own the grain script already, you can uncomment line 285 of this script to get a grainy black vignette automatically. Example here.
- New color “Autumn” to simulate this. To include vignette graininess, uncomment line 314. Result here and very impressive here.
- I mixed the angle distortion up, now it bends to the right direction. And the source code became prettier thanks to Dr. Scheme.
- I added optional motion blur to simulate ‘bad’ lenses, see here.
- Two new colors Movie and Vintage. Also more decent sharpness with layer mask. And I included the grain for the black vignette, so you don’t have to do this. Examples here and here.
- New color Xpro LAB from this book. Example here.
- Possibility to inverse the A and B dimensions of the LAB color space. Example here.
- Fixed the b/w problem. Added a new color option Light Blue from this role model. Example here.
I also attached the colors I use. Extract and put them into the curves folder of GIMP.
- Lens distortion is adjustable now, the default is less extreme.
- New color Redscale from here. Example here. The Light Blue color now has a less violet tinge.
- Extensive internal fixes (eg. motion blur fixed). New option grain and gauss blur. Also sharpness is done via smart sharpen from eg and not overlay.
- Sharpness layer is better on top.
- Sharpness one down, grain deactivated while sharpening.
- Redscale is now closer to the physical approach. Example here.
- Movie color option reworked, three new B/W tones: Retro, Paynes and Sepia. Example here.
- Added batch version, run it with
gimp -i -b '(elsamuko-lomo-batch "picture.jpg" 1.5 10 10 0.8 5 1 3 128 0 FALSE FALSE TRUE FALSE 0 0 115)' -b '(gimp-quit 0)'
or for more than one picture
gimp -i -b '(elsamuko-lomo-batch "*.jpg" 1.5 10 10 0.8 5 1 3 128 0 FALSE FALSE TRUE FALSE 0 0 115)' -b '(gimp-quit 0)'
Be careful, the batch script overwrites the original image. More info here:
http://www.gimp.org/tutorials/Basic_Batch/
- Reduced vignette banding with the spread tool.