How can I find out an image dimensions (e.g. 16 x16) with out loading the image file into a Image Control?
Thanks in advance
:)
Printable View
How can I find out an image dimensions (e.g. 16 x16) with out loading the image file into a Image Control?
Thanks in advance
:)
You could load it into an IPictureDisp
...or use file access to read it manually (much much much faster) :)
Bitmaps are relatively easy, GIF's and JPEG's are possible, but I only have Delphi code for those two...