Per the main imaging page, I've added sanselan as a dependency to my project:
<groupId>org.apache.sanselan</groupId> <artifactId>sanselan</artifactId> <version>0.97-incubator</version> However, this does not include the org.apache.commons.imaging.Imaging class referenced in the javadocs and the image read example: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/examples/ImageReadExample.java I can't find commons-imaging in a Maven repo. What information am I missing? Thanks, Josh
