Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56738D58A for ; Mon, 15 Oct 2012 20:41:08 +0000 (UTC) Received: (qmail 15752 invoked by uid 500); 15 Oct 2012 20:41:05 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 15478 invoked by uid 500); 15 Oct 2012 20:41:04 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 15371 invoked by uid 99); 15 Oct 2012 20:41:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 20:41:04 +0000 Date: Mon, 15 Oct 2012 20:41:04 +0000 (UTC) From: "Patrick Mueller (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <890807464.47301.1350333664638.JavaMail.jiratomcat@arcas> In-Reply-To: <1713639714.90162.1347921547814.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes 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/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476424#comment-13476424 ] Patrick Mueller commented on CB-1495: ------------------------------------- I agree with Jesse's comments on the m/l. Gradients. KILL. Or ... I just tried using Acorn to save as a JPG (do they support JPEG?). At 80% quality, compressed to 134KB. Looked pretty good to me! If they don't support JPEG, I wonder if switching from a 24-bit to 8-bit PNG would help. Looks like I can get that down to about 240KB, but ... artifact-y. I'd vote to just kill the gradients. Next point release (not 2.2). > iOS default splash screen images take up several megabytes > ---------------------------------------------------------- > > Key: CB-1495 > URL: https://issues.apache.org/jira/browse/CB-1495 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.0.0 > Environment: iOS, XCode 4.5, Cordova 2.0.0 > Reporter: Brion Vibber > Assignee: Shazron Abdullah > Priority: Minor > Labels: splashscreen > Fix For: 2.2.0 > > Attachments: crushed.zip > > > The default splash screen images for iOS are quite large; the Retina iPad images are 1.5 megabytes for each orientation! > $ ls -lh > total 8680 > -rw-r--r-- 1 brion staff 1.5M Sep 17 15:18 Default-Landscape@2x~ipad.png > -rw-r--r-- 1 brion staff 413K Sep 17 15:18 Default-Landscape~ipad.png > -rw-r--r-- 1 brion staff 1.5M Sep 17 15:18 Default-Portrait@2x~ipad.png > -rw-r--r-- 1 brion staff 412K Sep 17 15:18 Default-Portrait~ipad.png > -rw-r--r-- 1 brion staff 342K Sep 17 15:18 Default@2x~iphone.png > -rw-r--r-- 1 brion staff 92K Sep 17 15:18 Default~iphone.png > They should probably be recompressed to be a bit smaller; the gradients in the background may be at issue. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira