
"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 – 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. Full source code and a sample executable are provided.
Download Sepia/Antique Image Filter Code (186 kb)
Related articles:



Discussion (Oldest Comments Displayed First)
Be the first to comment on “Sepia / “Antique” Image Effect (in VB6)”