Skip to content

Instantly share code, notes, and snippets.

@abarza
Last active December 10, 2015 17:48
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abarza/4469983 to your computer and use it in GitHub Desktop.
Save abarza/4469983 to your computer and use it in GitHub Desktop.
Document presets for Photoshop, replacing the default values given by the software with the Android and iOS screen sizes.
;------------------------------------------------------------------------------
; Generic mobile device sizes
;------------------------------------------------------------------------------
"mobile"
"Android LDPI Small QVGA" 240 320 pixels 120 dpi RGB 8 1.0 white "none"
"Android LDPI Normal WQVGA400" 240 400 pixels 120 dpi RGB 8 1.0 white "none"
"Android LDPI Normal WQVGA432" 240 432 pixels 120 dpi RGB 8 1.0 white "none"
"Android LDPI Extra Large" 1024 600 pixels 120 dpi RGB 8 1.0 white "none"
"separator"
"Android MDPI Normal HVGA" 320 480 pixels 160 dpi RGB 8 1.0 white "none"
"Android MDPI Large WVGA800" 480 800 pixels 160 dpi RGB 8 1.0 white "none"
"Android MDPI Large WVGA854" 480 854 pixels 160 dpi RGB 8 1.0 white "none"
"Android MDPI Large" 600 1024 pixels 160 dpi RGB 8 1.0 white "none"
"Android MDPI Extra Large WXGA" 1280 800 pixels 160 dpi RGB 8 1.0 white "none"
"Android MDPI Extra Large" 1024 768 pixels 160 dpi RGB 8 1.0 white "none"
"Android MDPI Extra Large (2)" 1280 768 pixels 160 dpi RGB 8 1.0 white "none"
"separator"
"Android HDPI Small" 480 640 pixels 240 dpi RGB 8 1.0 white "none"
"Android HDPI Normal WVGA800" 480 800 pixels 240 dpi RGB 8 1.0 white "none"
"Android HDPI Normal WVGA854" 480 854 pixels 240 dpi RGB 8 1.0 white "none"
"Android HDPI Normal" 640 1024 pixels 240 dpi RGB 8 1.0 white "none"
"Android HDPI Extra Large (1)" 1536 1152 pixels 240 dpi RGB 8 1.0 white "none"
"Android HDPI Extra Large (2)" 1920 1152 pixels 240 dpi RGB 8 1.0 white "none"
"Android HDPI Extra Large (3)" 1920 1200 pixels 240 dpi RGB 8 1.0 white "none"
"separator"
"Android XDPI Normal" 640 960 pixels 320 dpi RGB 8 1.0 white "none"
"Android XDPI Extra Large (1)" 2048 1536 pixels 320 dpi RGB 8 1.0 white "none"
"Android XDPI Extra Large (2)" 2560 1536 pixels 320 dpi RGB 8 1.0 white "none"
"Android XDPI Extra Large (3)" 2560 1600 pixels 320 dpi RGB 8 1.0 white "none"
"separator"
"iPhone" 320 480 pixels 163 dpi RGB 8 1.0 white "none"
"iPhone Retina Display" 640 960 pixels 326 dpi RGB 8 1.0 white "none"
"iPhone 5" 640 1136 pixels 326 dpi RGB 8 1.0 white "none"
"separator"
"iPad" 768 1024 pixels 132 dpi RGB 8 1.0 white "none"
"iPad Retina Display" 1536 2048 pixels 264 dpi RGB 8 1.0 white "none"
"iPad Mini" 1024 768 pixels 264 dpi RGB 8 1.0 white "none"
;Sizes given by default
;"240 x 320" 240 320 pixels 72 dpi RGB 8 1.0 white
;"320 x 480" 320 480 pixels 72 dpi RGB 8 1.0 white
;"360 x 400" 360 400 pixels 72 dpi RGB 8 1.0 white
;"360 x 480" 360 480 pixels 72 dpi RGB 8 1.0 white
;"480 x 800" 480 800 pixels 72 dpi RGB 8 1.0 white
;"480 x 854" 480 854 pixels 72 dpi RGB 8 1.0 white
;"540 x 960" 540 960 pixels 72 dpi RGB 8 1.0 white
;"600 x 1024" 600 1024 pixels 72 dpi RGB 8 1.0 white
;"640 x 480" 640 480 pixels 72 dpi RGB 8 1.0 white
;"640 x 960" 640 960 pixels 72 dpi RGB 8 1.0 white
;"720 x 1280" 720 1280 pixels 72 dpi RGB 8 1.0 white
;"768 x 1024" 768 1024 pixels 72 dpi RGB 8 1.0 white
;"800 x 1280" 800 1280 pixels 72 dpi RGB 8 1.0 white
;"1536 x 2048" 1536 2048 pixels 72 dpi RGB 8 1.0 white
@abarza
Copy link
Author

abarza commented Jan 6, 2013

Install (PS CS6):

Open "Default New Doc Sizes.txt" located in the instalation folder of Photoshop
WIN: ...Adobe\Adobe Photoshop CS6\Locales\en_US\Support Files\Feature Help
OSX: .../Library/Preferences/Adobe Photoshop CS6 Settings/New Doc Sizes.psp

And with your favourite editor replace the section "Generic mobile device sizes".

That's all.

@freshlesh3
Copy link

Thank you. I'm using Photoshop CC 2014. How would I add these to that new document file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment