Determine current size of image using ImageResizer.net
问题 We have recently started using ImageResizer.Net over GDI+ for dynamically resizing images on our ASP.NET MVC 4 application. Is there a way, using only ImageResizer, to determine the actual resolution(DPI,PPI, whatever you want to call it), of the image (which is read in as a byte array). We currently have a workflow like this, to resize the image to a specified lower resolution when needed: //pseudo-code var image = (Bitmap)Bitmap.FromStream(contentStream) var resX = image