App Image Types
From Weever Apps API
Image Types refer to different images used within the app design, such as launch-screens, icons, and logos.
All images' dimensions are specified with full consideration of high-resolution (retinal) displays. Weever will scale the images to the proper device widths, and thus high resolution devices like iPhone4+ and the Google Nexus and up will not look pixelated, while lower-end devices are still fully supported.
Resolutions for tablets are intentionally oversized, estimated to be the value of a high-resolution iPad, for the purposes of future-proofing the specifications.
Supported Image Types
| Image Type | Since Version | Dimensions | Description |
|---|---|---|---|
phone_load
|
0.4 | 640x920 | Used as a loading screen for smartphones. |
tablet_load
|
0.6 | 1536x2008 | Used as a loading screen for tablets in portrait orientation. |
tablet_landscape_load
|
0.6 | 1496x2048 | Used as a loading screen for tablets in landscape orientation. |
titlebar_logo
|
0.4 | 600x64 | Placed at the top of the app as a title bar. |
icon
|
0.1 | 144x144 | Used when 'installed' via bookmarking in the mobile browser to place an icon on the Home Screen of the device. |
Examples
- Weever Apps Default Image Examples