- Tanner Helland (dot) Com - http://www.tannerhelland.com -

Sepia / “Antique” Image Effect (in VB6)

Posted By Tanner On August 3, 2009 @ 8:23 pm In Graphics Code,Programming | Comments Disabled

"Antiquified" version of a BBT promo photo

I’m guessing you’ve seen this style of image before – a sort of pseudo-antique filter than can make any photo look like it was taken with a very old camera (or even a daguerreotype [1] – how’s that for a cool word?).  There are many ways to programmatically generate images like this, and in this article I’ve put together one that does more than just make the image look “brown.”  This filter involves several steps (fading, multiplicative brightness, and gamma correction, among others) and results in a conversion that not only adds a sepia coloring, but also gives an image a histogram more in keeping with older photos.

As with all graphics code on this site, the algorithm is fast enough to be applied in real-time.


Article printed from Tanner Helland (dot) Com: http://www.tannerhelland.com

URL to article: http://www.tannerhelland.com/1138/sepia-antique-effect-vb6/

URLs in this post:

[1] daguerreotype: http://en.wikipedia.org/wiki/Daguerreotype

All text copyright © 2008 Tanner Helland. To reduce paper and ink usage, all comments, images, and videos have been suppressed on this printing.