This is an automated email from the ASF dual-hosted git repository. kinow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git.
from 0644f1c Merge pull request #68 from kinow/IMAGING-246 add 3fedc10 add size guard against corrupted icns files add caf33da ICNS: Support missing element types add 9fb069b [IMAGING-248]: formatting add 413edb6 [IMAGING-248]: Typo in exception text add ffd07a0 [IMAGING-248]: better exception text add e031d13 [IMAGING-248]: add unit test add 4135eb9 [IMAGING-248]: add changes.xml entry add 4255d58 [IMAGING-248]: fix checkstyle issues add 3962f6d Merge branch 'pr-37' No new revisions were added by this update. Summary of changes: src/changes/changes.xml | 3 + .../commons/imaging/formats/icns/IcnsDecoder.java | 156 +++++++++++++-------- .../imaging/formats/icns/IcnsImageParser.java | 27 ++-- .../commons/imaging/formats/icns/IcnsType.java | 25 +++- .../commons/imaging/formats/icns/IcnsReadTest.java | 37 +++++ .../resources/images/icns/IMAGING-248/groovy.icns | Bin 0 -> 110971 bytes .../resources/images/icns/IMAGING-248/python.icns | Bin 0 -> 201868 bytes 7 files changed, 170 insertions(+), 78 deletions(-) create mode 100644 src/test/resources/images/icns/IMAGING-248/groovy.icns create mode 100644 src/test/resources/images/icns/IMAGING-248/python.icns