GitHub user DasBueroAmDraht opened a pull request: https://github.com/apache/commons-imaging/pull/34
IMAGING-188 https://issues.apache.org/jira/browse/IMAGING-188 commits: - support for all icns types listed on wikipedia: https://en.wikipedia.org/wiki/Apple_Icon_Image_format - support for JPEG 2000 via modified ImageIO Library, look at the new entry in the pom - test for the enhanced IcnsDecoder, plus test files (extracts images of all icns-types from several icns files) You can merge this pull request into a Git repository by running: $ git pull https://github.com/DasBueroAmDraht/commons-imaging IMAGING-188 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-imaging/pull/34.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #34 ---- commit 1e3f0ebd28aa7736facd3dfc079db6a25d884c13 Author: Marco Wagner <m...@dasburo.com> Date: 2017-12-07T13:33:50Z IMAGING-188: ICNS Image Parser: Support for large Icons (ic07, ic08, ic09, ic10 [128px, 256px, 512px, 1024px]) and JPEG 2000 - support for all icns types listed on wikipedia: https://en.wikipedia.org/wiki/Apple_Icon_Image_format - support for JPEG 2000 via modified ImageIO Library, look at the new entry in the pom commit 121ea21f16120842a91aacc0678becedbd9e67ee Author: Marco Wagner <m...@dasburo.com> Date: 2017-12-07T13:36:57Z IMAGING-188: ICNS Image Parser: Support for large Icons (ic07, ic08, ic09, ic10 [128px, 256px, 512px, 1024px]) and JPEG 2000 - test for the enhanced IcnsDecoder, plus test files (extracts images of all icns-types from several icns files) ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org