Skip to content

Instantly share code, notes, and snippets.

View deepumukundan's full-sized avatar
🎯
Focusing

Deepu Mukundan deepumukundan

🎯
Focusing
  • Workday
  • San Francisco
View GitHub Profile
@benwaldie
benwaldie / 2013-01-27-TUAW_Waldie.applescript
Last active December 11, 2015 19:58
TUAW > Evernote > Scale Embedded Images
-- Receive images as input
on open theImages
-- Ask the user to specify a scaled image size
set theChoice to choose from list {"Low", "Medium", "High", "Custom"} default items {"Medium"} with title "Evernote > Scale Images Script" with prompt "Scale to what size?"
if theChoice = false then return
set theChoice to item 1 of theChoice
-- Set the maximum number of pixels accordingly, based on the specified scaled image size
if theChoice = "Low" then