Lossless Image Resizing in C# Posted By : at 2008-05-08 13:41:32
This is the second segment of the two-part article series focusing on the creation of a lightweight image manipulation application that is able to perform lossless image conversion and resizing. The programming language is C# and we ...
Other Posts about Lossless Image Resizing in C# you may like:
Lossless Image Converting in C# at 2008-05-08 13:41:32
Images can be easily categorized into love-hate relationships when it comes to actually working with them from the programmer s point of view. Nowadays images are a must in almost every Windows application and we tend to run into images ...