2

I am currently building a new website in WebMatrix, and have successfully added functionality to upload and resize images using the image helper. My question is, does this tool have the functionality to change resolution too? i'm concerned that people will upload pics taken with high resolution cameras, and even though i resize the images, they are still large in file size?

dav1d
  • 5,917
  • 1
  • 33
  • 52
Gavin5511
  • 791
  • 5
  • 31

1 Answers1

1

The WebImage helper (if that's what you are using) doesn't incorporate advanced image manipulation features. You can write your own code to change an image's resolution once the image has been saved - or borrow some that someone else has already written, such as the highest voted answer to this SO question on the same topic.

Community
  • 1
  • 1
Mike Brind
  • 28,238
  • 6
  • 56
  • 88