sS str_px(int w, int h) { ret n2(w) + "*" + n2(h) + "px"; } sS str_px(WidthAndHeight image) { ret image == null ?: str_px(image.getWidth(), image.getHeight()); }