static SampleModel getSampleModel(BufferedImage image) { ret image == null ?: image.getRaster().getSampleModel(); }