blip.setCstate(STBlipCompression.PRINT);
blipProps.setBlip(blip);
pic.setBlipFill(blipProps);
CTShapeProperties sppr = new CTShapeProperties();
ImageSize imageSize = new ImageSize(image.width, image.height, 96);//todo this doesn't work unfortunately
imageSize.calcSizeFromPixels();
CTPoint2D off = new CTPoint2D();
off.setX(0);
off.setY(0);
CTPositiveSize2D ext = new CTPositiveSize2D();
ext.setCx(imageSize.getWidthMpt());