Skip to content

richo/squish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squish

Josh Benham's Image Optimization tool Build Status

Overview

A simple tool to optimize images for the web. Can use lossy and lossless optimizations or a combination of both.

Dependencies

Currently squish has two dependencies that will have to get installed seperately.

  1. imgmin to handle smart lossy image optimizations.
  2. image_optim to handle lossless image optimizations

Instructions

# grab the repo
$ git clone git@github.com:joshbenham/squish.git

# change into the squish directory
$ cd squish

# install python requirements
$ pip install --requirement requirements.txt

# symlink it to your bin directory
$ ln -s squish_r ~/bin/squish

Also make sure that your ~/bin directory is in your environment path.

Usage

About

Command line script to optimize images for the web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%