Skip to content

Instantly share code, notes, and snippets.

View nvieirafelipe's full-sized avatar

Felipe Vieira nvieirafelipe

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nvieirafelipe on github.
  • I am nvieirafelipe (https://keybase.io/nvieirafelipe) on keybase.
  • I have a public key ASC-eoBxOxTMXqqgs9oFiPBtAPpu72j8-ByJE2I_T0uYYgo

To claim this, I am signing this object:

@nvieirafelipe
nvieirafelipe / coordsfromselection.jsx
Created August 3, 2014 21:47
Get coords from photoshop selection
// Make the selection you want to get the coordinates from
// Go to File > Scripts > Browse... > coordsFromSelection.jsx
var startRulerUnits = app.preferences.rulerUnits
var startTypeUnits = app.preferences.typeUnits
app.preferences.rulerUnits = Units.PIXELS
app.preferences.typeUnits = TypeUnits.PIXELS
var doc = app.activeDocument;