static RGBImage loadRGBImage(S snippetIDOrURL) { ret loadImage(snippetIDOrURL); } static RGBImage loadRGBImage(File f) { ret loadImage(f); }