User1230255772 posted
I'm using the usual:
System.Drawing.Image myPic = System.Drawing.Image.FromFile("filename");
to check myPic.Width and Height but for some files in jpg it gives thw rong result! For example this pic: http://www.reeswe.com/je0265%20(17).JPG
width is not 677 it is 510! argh!
Any ideas?