def open(path): return Image(img=CachedImage.from_raw(PIL.Image.open(path)))
def from_raw(img): return Image(img=CachedImage.from_raw(img))