代码
* 打开图片
read_image (Image, 'clip')
* 读取图片的尺寸
get_image_size (Image, Width, Height)
* 关闭窗口
dev_close_window ()
* 打开新的窗口
dev_open_window (0, 0, Width, Height, 'black', WindowHandle)
* 显示图片
dev_display (Image
代码
* 打开图片
read_image (Image, 'clip')
* 读取图片的尺寸
get_image_size (Image, Width, Height)
* 关闭窗口
dev_close_window ()
* 打开新的窗口
dev_open_window (0, 0, Width, Height, 'black', WindowHandle)
* 显示图片
dev_display (Image