https://bz.apache.org/bugzilla/show_bug.cgi?id=63944
--- Comment #1 from Branden Visser <[email protected]> --- To clarify, currently, if we run: org.apache.poi.hwpf.usermodel.Picture.getDescription() For a picture that is an Escher image, a NullPointerException is thrown: java.lang.NullPointerException at org.apache.poi.hwpf.usermodel.Picture.getDescription(Picture.java:471) .. using POI 4.1.1. This is because the image was an escher image and did not have its PICF data initialized, as per the TODO comment. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
