static BufferedImage loadImageFromZIPSnippet(S snippetID, S path) { ret imageFromBytes(loadBinaryFileFromZip(loadLibrary(snippetID), path)); }