public void testNotCompressImages() throws Exception {
// create test presentation
OdfPresentationDocument odp = OdfPresentationDocument.newPresentationDocument();
OfficePresentationElement officePresentation = odp.getContentRoot();
DrawPageElement page = officePresentation.newDrawPageElement(null);
DrawFrameElement frame = page.newDrawFrameElement();
OdfDrawImage image = (OdfDrawImage) frame.newDrawImageElement();
image.newImage(ResourceUtilities.getURI(IMAGE_TEST_FILE));
odp.save(ResourceUtilities.newTestOutputFile(IMAGE_PRESENTATION));
// test if the image is not compressed