With tiff images the library throws an exception:

java.lang.IllegalStateException: Unable to load:'Pictures/
1000000000000B1D00000273DF35B153.tif'
        at org.jopendocument.model.OpenDocument.getImage(Unknown Source)
        at org.jopendocument.model.OpenDocument.preloadImage(Unknown Source)
        at org.jopendocument.io.SaxContentUnmarshaller.startElement(Unknown
Source)
        ...

Maybe its better to a) just ignore tiffs or b) delegate to an optional
tiff-library like Java Advanced Imaging (JAI) if this is found in the
classpath.

Reply via email to