3
shouts

Fading Images Together using C# on JoshJordan.com

posted by JoshJordanJoshJordan 500 days, 17 hours, 32 minutes ago
Tuesday, March 17, 2009 9:05:45 PM GMT

This article shows how to "fade" or "blend" together two images using C#. We use the System.Drawing package (mostly the Bitmap class) to extract the individual pixels of two images, and then perform a weighted average to construct a new image. The whole thing is wrapped up in a Windows Forms project. Source code and a Windows binary are provided.

category: Architecture | clicked: 19 | | source: www.joshjordan.com | show counter code
tags: algorithms, C#, System.Drawing, Windows Forms

No comments yet, be the first one to post comment.

To post your comment please login or signup