/deretina

For supporting retina displays on the web: downsizes @2x images in the current directory

Primary LanguageJavaScript

Deretina

Node script to downsample all @2x images in the current directory for the web.

Setup

# Install imagemagick and libtool
brew install imagemagick
brew install libtool
brew unlink libtool && brew link libtool

# Install X11
# http://xquartz.macosforge.org/landing/

# Install dependencies
sudo npm install -g imagemagick glob underscore