Blog Stats
  • Posts - 84
  • Articles - 0
  • Comments - 36
  • Trackbacks - 2

 

Resize and Save Images with .NET

In this post I will present a service class for resizing and saving an image. The service has one public method, ResizeAndSave() which accepts a stream, a filename and a directory to save the file to. It uses a simple algorithm to rescale the image to fit into a maximum rectangle and then performs the actual resize using System.Drawing, and returns the dimensions of the resized image....

Read the full article

 


Feedback

No comments posted yet.


Post a comment





 

 

 

Copyright © Liam McLennan