Sunday, March 18, 2007

.NET Articles

Here is a list of articles that I've published elsewhere. This post will be updated frequently... 

ASP.NET

GDI+

Tuesday, March 6, 2007

Simple Image-To-ASCII Converter using C#

If you're a .NET lover and moreover worked with GDI+ then you would definitely want to mess around with images. I've written a short article, Generating ASCII Art from an Image using C#, and published it on c-sharpcorner with complete source code. This is a quick and simple Image-To-ASCII generator with zoom-in/zoom-out feature that converts JPEGs and Bitmaps of any resolution to cool and fascinating ASCII arts. Have fun playing with the code!