[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549297#comment-13549297
 ] 

Andrew Grieve commented on CB-1495:
---

Also ran them through ImageOptim. Shrank them by 15%

https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=commit;h=deabeeb6fcb35bac9360b053c8bf902b45e6de4d

> 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.4.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  staff92K 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


[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Patrick Mueller (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549247#comment-13549247
 ] 

Patrick Mueller commented on CB-1495:
-

I don't think converting to an indexed palette for those images will be helpful 
anyway.  The dark eye area of the robot has all kinds of shading in it, and 
there's a shadow under the robot also.  I think to create a indexed palette 
image of the robot, we need a robot with no shading in it whatsoever, and then 
we can just plot that on top of gray backgrounds to produce splash screens.  
Perhaps something for later.

The images that you committed seem to be HUGELY smaller though, which is great!

* 36,044 bytes - Default-568h@2x~iphone.png
* 89,886 bytes - Default-Landscape@2x~ipad.png
* 40,368 bytes - Default-Landscape~ipad.png
* 88,856 bytes - Default-Portrait@2x~ipad.png
* 39,824 bytes - Default-Portrait~ipad.png
* 35,376 bytes - Default@2x~iphone.png
* 12,674 bytes - Default~iphone.png


> 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.4.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  staff92K 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


[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Patrick Mueller (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549087#comment-13549087
 ] 

Patrick Mueller commented on CB-1495:
-

I believe it's possible to create "indexed palette" PNGs as well as "RGB 
triple" PNGs [1].  As to whether we have the technology to create these, and 
whether iOS will display them, are separate questions.  I'm guessing the answer 
is "yes" to both.

[1] http://www.w3.org/TR/PNG-Chunks.html

> 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.4.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  staff92K 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


[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549085#comment-13549085
 ] 

Shazron Abdullah commented on CB-1495:
--

I managed to trim this to 430kb, PNG-24 by removing gradients.

> 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.4.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  staff92K 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


[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549054#comment-13549054
 ] 

Shazron Abdullah commented on CB-1495:
--

Unfortunately launch images have to be .png files.

> 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.4.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  staff92K 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