示例#1
0
 def open(path):
     return Image(img=CachedImage.from_raw(PIL.Image.open(path)))
示例#2
0
 def from_raw(img):
     return Image(img=CachedImage.from_raw(img))