10000 GitHub - tomdavenport/resize-test: Batch edit image sizes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomdavenport/resize-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Image resizing

This Gulp file will resize and optimize all images that you run through it.

How to install

  1. Install Node.js. You only ever have to do this once.

  2. Open the Terminal app. (You should check out iTerm 2 for Mac. PC users should try Console 2

  3. Now we change directory to this folder Type cd (with a space) the drag this 'resize-test' folder next to it. Hit return.

  4. Type npm install and Node will magically install everything you need. Well, almost.

  5. Install Homebrew so that you can get the image resizing app.

  • Paste this into the terminal:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Now paste this to install Image Magick:

brew install -g imagemagick

Gulp will use Image Magick to quickly convert all your images.

How to use

About

Batch edit image sizes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0