在windows的cmd命令行下,使用Python的PIL库打开并显示一个jpg图片: ? 1 2 3 openedImg = Image.open(saveToFile); print "openedImg=",openedImg; openedImg.show(); 结果是,图片被windows的图片查看器打开,却打开的是bmp图片,并且出错: Windows Photo Viewer can’t open this picture because either the pictu
首先看看效果 首先功能说明下,运行后通过myfile菜单打开一幅图片之后在axes中显示,由于要使用图片的放大缩小等功能将figure 的菜单栏与工具栏都一并打开了. 界面编程主要是callback函数编写,不多说了直接上代码 function varargout = mytest(varargin) % MYTEST M-file for mytest.fig % MYTEST, by itself, creates a new MYTEST or raises the existing