int width = Integer.parseInt(blm.getWidth());
int height = Integer.parseInt(blm.getHeight());
int bits = Integer.parseInt(blm.getBits());
//int channels = Integer.parseInt(blm.getChannels());
Frame f = blm.getFrame().get(frameNr);
List<Row> rows = f.getRow();
BlinkenImage img = new BlinkenImage(width, height);
/**
* Structure of row data (http://blinkenlights.net/project/bml)