举报
#include <GDIPlus.au3> Local $sPic = @ScriptDir & '\1.jpg' _GDIPlus_Startup() Local $hImage = _GDIPlus_ImageLoadFromFile($sPic) MsgBox(0, $sPic, _GDIPlus_ImageGetWidth($hImage) & ' * ' & _GDIPlus_ImageGetHeight($hImage)) _GDIPlus_Shutdown()
#include <GDIPlus.au3> _GDIPlus_Startup() $hImage = _GDIPlus_ImageLoadFromFile(@WindowsDir&"\Web\Wallpaper\bliss.jpg") $iX = _GDIPlus_ImageGetWidth($hImage) $iY = _GDIPlus_ImageGetHeight($hImage) _GDIPlus_Shutdown() ConsoleWrite($iX & "-" & $iY & @CRLF)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-8-2 09:15 , Processed in 0.082145 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.