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