Tagged Questions

4
votes
7answers
401 views

Sometimes, scaling down a bitmap generates a bigger file. Why?

I'm trying to write a method to reduce the size of any image 50% each time is called but I've found a problem. Sometimes, I end up with a bigger filesize while the image is really just half of what it ...
2
votes
1answer
405 views

Crop and Resize Image to Specific Dimensions

I need some help cropping and resizing images using CSharp.net. My goal here is to take an image and reduce it to 50px by 50px. The following code I found here will do that, however it's scaling the ...
0
votes
2answers
170 views

resizeing image . . . .

hi thanks a lot i have one code below in this code ill upload one image . convert it into byte code and store it in database .. and retrive it in gridview .. the thing is before converting it into ...
0
votes
4answers
1k views

ASP.NET: resize (height and width) an image uploaded to server

How can I resize an image on server that I just uploaded? I using C# with .NET Framework 3.5 SP1. Thanks!