Hi Jason,
There is one typo error found in ImageGifPart.java. The highlighted part should be IMAGE_GIF.
public void init() {
// Used if this Part is added to [Content_Types].xml
setContentType(new org.docx4j.openpackaging.contenttype.ContentType(
org.docx4j.openpackaging.contenttype.ContentTypes.IMAGE_PNG));
// Used when this Part is added to a rels
setRelationshipType(Namespaces.IMAGE);
}
Thanks,
Rocky