static S uploadToImageServer_new(BufferedImage img, S name) { byte[] imgData = toPNG(img); ret uploadToImageServer_rawBytes(imgData, name); }