I have a site where users can upload pictures. My question is...Is there anyway to dynamically format these pictures. I assume people will be uploading pictures of all different sizes, and if they are a rectangular shape they will get skewed if I make the height unproportional to the width. Is there a way to check the dimensions of a picture through .Net coding?