by Yovav
Routines for displaying image files (.BMP .DIB .EMF .GIF .ICO .JPG .WMF)
by Joseph M. Newcomer
How do you capture the bitmap of a window? This little download shows how, and places the bitmap on the clipboard.
by Nish Sivakumar
An ExifReader class in C# that supports custom formatting and extraction. StyleCop compliant code, with demos for WPF and Windows Forms.
by Phat (Phillip) H. VU
Some simple examples of how to apply affine transformations in computer graphics.
by John Michael Hauck
It has never been easier for C# desktop developers to write code that takes advantage of the amazing computing performance of modern graphics cards. In this post I will share some techniques for solving a simple (but still interesting) image analysis problem. Source Code https://www.assembla.com/co
by prasad_som
How to modify a bitmap in memory once it is read as a string.
by n.podbielski
WebGL as method for generating 3D graphic in browser is pretty powerful. You can do really awesome things with this, like porting Quake 2 to JavaScript or creating model of human body. But all of this 3D object are complex collection of hundreds or thousands triangles. What if you just want to draw
by Mahdi Nejadsahebi
This tip describes how we can remove close pixels from color around the edges.