如何读取图片宽高?
哪个函数可以读取图片宽高?或者提供一个DLL[ 本帖最后由 78391493 于 2009-4-10 16:59 编辑 ] 已解决,感谢群里的废柴:face (36):
附代码:
#include <GDIPlus.au3>
$Path = @ScriptDir & "\bg.bmp"
_GDIPlus_Startup()
$hImage = _GDIPlus_ImageLoadFromFile($Path)
MsgBox(0, "", _GDIPlus_ImageGetHeight($hImage))
MsgBox(0, "", _GDIPlus_ImageGetWidth($hImage))
_GDIPlus_ShutDown() 非常感谢 78391493,解决这个问题 {:face (355):}{:face (370):}
页:
[1]