Esempio n. 1
0
 def open(path):
     return Image(img=CachedImage.from_raw(PIL.Image.open(path)))
Esempio n. 2
0
 def from_raw(img):
     return Image(img=CachedImage.from_raw(img))