Image resizing and manipulating in c#

4/25/2006 12:00:00 AM

After a while I did make a image manipulation class I could use at my work, and it works great, but I discovered a big difference between using the function Microsoft have created, called (GetThumbnailImage), its ok when the picture have to be smaller than 150width, else its very bad!

I got a very bad image quality, and you got no properties to play with! Quite a bad thing unless you have to create a fast small function for it!

My new experienced is much better for all size images, it's the big class in .net called Drawing.Image, It's the class the (getThumbnailImage) is using for resizing the picture!

Actually I just got much more properties and settings I can play with, and my picture quality is very nice!, and I couldn't see any differences between the getThumbnailImage and my own Drawing.Image class function.



Kommentarer

Der er ingen kommentarer skrevet

Tilføj en kommentar

Navn
Email (Bliver ikke vist på siden)
Hjemmeside
Hvad er 2 + 1?
Kommentar
 
Copyright © 2005 - 2010 Daniel Nøhr. All rights reserved