SMIL 1.1.1
Loading...
Searching...
No Matches
example-imagefileinfo-print.py
1import smilPython as sp
2
3fInfo = sp.ImageFileInfo()
4r = sp.getFileInfo("lena.png", fInfo)
5fInfo.printSelf()
6