SMIL 1.1.1
Loading...
Searching...
No Matches
example-read.py
1import smilPython as sp
2
3img = sp.Image()
4r = sp.getFileInfo("lena.jpg", img)
5
6# Note, this is the same as :
7img = sp.Image("lena.jpg")
8
9