static ImageSurface showImageFromBASE64(S base64) { ret showImage(fromJPEG(base64decode(base64))); }