static BufferedImage imageFromHex(int w, int h, S pixelsAsHex) { ret intArrayToBufferedImage(hexToInts_dropSpaces(pixelsAsHex), w, h); }