This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
from 538bfaa2 Rename test classes
new 895fc476 Javadoc
new 49bd1b9c Inline single use local variable
new c77514b5 Add ImageFormats
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../commons/imaging/AbstractImageParser.java | 24 +++-------
.../org/apache/commons/imaging/ImageFormat.java | 9 +++-
.../org/apache/commons/imaging/ImageFormats.java | 12 ++---
.../apache/commons/imaging/ImageFormatsTest.java | 52 ++++++++++++++++++++++
4 files changed, 73 insertions(+), 24 deletions(-)
create mode 100644
src/test/java/org/apache/commons/imaging/ImageFormatsTest.java