Skip to content

Instantly share code, notes, and snippets.

View UmberFunk's full-sized avatar

Irakli Geleishvili UmberFunk

View GitHub Profile
@UmberFunk
UmberFunk / Create iOS and Android Screenshots.jsx
Last active April 9, 2016 00:16
Photoshop Script to create iOS and Android screenshots (assets) of all required resolutions from multiple PNGs dropped into one folder. NOTE: Input PNGs must be 2732x2048px (Landscape) or 2048x2732px (Portrait).
// Photoshop Script to create iOS and Android screenshots (assets) of all required resolutions
// from multiple PNGs dropped into one folder.
//
// WARNING!!! In the rare case that there are name collisions, this script will
// overwrite (delete perminently) files in the same folder in which the selected
// PNG file is located. Therefore, to be safe, before running the
// script, it's best to make sure the selected PNG file is the only
// file in its containing folder.
//
// Copyright (c) 2016 Irakli Geleishvili. http://bonsters.co
@UmberFunk
UmberFunk / Create Android Icons.jsx
Last active April 8, 2016 22:11
Photoshop Script to Create Android Icons from PNG. Fork from https://gist.github.com/mattdipasquale/711203 by Matt Di Pasquale. Had to create new, because I already made a fork of the gist.
// Photoshop Script to Create Android Icons from PNG
//
// WARNING!!! In the rare case that there are name collisions, this script will
// overwrite (delete perminently) files in the same folder in which the selected
// PNG file is located. Therefore, to be safe, before running the
// script, it's best to make sure the selected PNG file is the only
// file in its containing folder.
//
// Copyright (c) 2010 Matt Di Pasquale
// Added tweaks Copyright (c) 2016 Irakli Geleishvili. http://bonsters.co
@UmberFunk
UmberFunk / Create iOS Icons.jsx
Last active April 8, 2016 23:27 — forked from ma11hew28/Create Icons.jsx
Photoshop Script to Create iPhone and Android Icons from PNG. Updated with latest (04.2016) requirements and added second type of naming scheme.
// Photoshop Script to Create iPhone Icons from your PNG
//
// WARNING!!! In the rare case that there are name collisions, this script will
// overwrite (delete perminently) files in the same folder in which the selected
// PNG file is located. Therefore, to be safe, before running the
// script, it's best to make sure the selected PNG file is the only
// file in its containing folder.
//
// Copyright (c) 2010 Matt Di Pasquale
// Added tweaks Copyright (c) 2016 Irakli Geleishvili. http://bonsters.co