You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jOpenDocument
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.
jOpenDocument, Guillaume
unread,
May 25, 2009, 11:37:01 AM5/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jopend...@googlegroups.com
Hi,
Sure, it's a problem... the image is loaded by the java.awt.MediaTracker which is not very happy with tiffs... I will add your b) solution on the todolist for the next version.