PSD Screen Size Orientation

Kwik Actions .atn

In Photoshop/book folder, you find .atn files for Photoshop Actions

you can install it from Actions panel’s sub menu (Humberger icon) > Load Actions

1024x768 to iPhone(2776x1440)

Step1. Show Safe Area 1920x1280

  • select All the layers, and expand them Step2. Show 2776 x 1440
  • Select the background layer
  • Transform to cover the rect of 2776x1440
Use even width/height

images width/height should be even number, it enables to use bilinear interpolation

  • TODO Images with odd width/height are automatically resized and then Kwik generates the images for smaller devices.

Solar2D

config.lua

width = 320,
height = 480,
scale = "letterBox"

build.settings

Default Landscape

landscape.psd

  • iPad Air 1536 x 2048

    => landscape to portrait

    User can see display objects at the center only when the device is rotated to portrait mode

  • iPhone X 1125x2436

    => landscape to portrait

    portrait.psd

    => landscape to portrait


Default Portrait

portrait.psd

  • iPad 1536 x 2048

    => portrait to landscape

    User can see the resized display objects and the black area both side

  • iPhone X 1125x2436

    => portrait to landscape

    landscape.psd

    => portrait to landscape