Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3169E9E34 for ; Tue, 3 Jul 2012 03:58:05 +0000 (UTC) Received: (qmail 73761 invoked by uid 500); 3 Jul 2012 03:58:04 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 73667 invoked by uid 500); 3 Jul 2012 03:58:03 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 73606 invoked by uid 99); 3 Jul 2012 03:58:02 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 03:58:02 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C9D5614052D for ; Tue, 3 Jul 2012 03:58:01 +0000 (UTC) Date: Tue, 3 Jul 2012 03:58:01 +0000 (UTC) From: "Damjan Jovanovic (JIRA)" To: issues@commons.apache.org Message-ID: <949657186.79.1341287881832.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (IMAGING-56) Add support for the ICNS icon format MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IMAGING-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damjan Jovanovic updated IMAGING-56: ------------------------------------ Fix Version/s: 1.0 > Add support for the ICNS icon format > ------------------------------------ > > Key: IMAGING-56 > URL: https://issues.apache.org/jira/browse/IMAGING-56 > Project: Commons Imaging > Issue Type: New Feature > Environment: All > Reporter: Damjan Jovanovic > Priority: Minor > Fix For: 1.0 > > Attachments: icns-images.tar.bz2, sanselan-icns.patch > > Original Estimate: 0h > Remaining Estimate: 0h > > I am submitting a patch that adds support for the Apple ICNS icon format. It supports reading, writing, getting the image info, and dumping the icons, and contains insightful tests. > This is, to my knowledge, the most correct open source ICNS parser in existence at the moment, and the only one to contain any detailed tests. It deals with an extensively investigated compression quirk in 128x128 images, uses the same alpha mask search order used by MacOS, and has been thoroughly tested for conformance against MacOS itself. It correctly parses all the ICNS files that ship with MacOS. > The only missing feature is support for 256x256 and 512x512 icons, but that requires JPEG2000 decompression which Sanselan doesn't have at the moment. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira