Skip to main content

A daemon to automatically handle image optimization

Project description

Imagy - make your website's images load upto 50% faster
===============

Imagy is a file daemon, that watches your website's media root (where your images are stored) and automatically optimizes image files that are created or modified within it. Imagy uses *lossless compression*, so your users never have to load unnecessary bytes while the algorithms used are completely lossless. Your images look the same, but load faster.

A lot of work has gone into making it `set-and-forget`. Instead of having to code up deamons, file watches and handle different file formats on your own, Imagy does all the work for you. All you need to do is
::

imagy /awesome/images/


The algorithms used are stable (don't further modify files after multiple invocations), however to make trying it out as easy as possible Imagy, by default, keeps the original file around for later reversal.

If you wish to stop using Imagy, run ``imagy -r`` which will copy all original images back to their initial location

If you have (rightfully) come to the conclusion that you don't really need to keep originals around, set ``KEEP_ORIGINALS`` in ``config.py`` to ``False``. If you want to delete all already stored originals run ``imagy --deloriginals``.


Getting Started
-----------------

Tested on Ubuntu 10.04 & 11.10:

::

sudo apt-get install pngnq pngcrush imagemagick gifsicle libjpeg-progs

pip install imagy


That's it. You should now be able to run ``imagy``.


.. _Information on how to install ``pip``: http://www.pip-installer.org/en/latest/installing.html#prerequisites


Example
-----------------

As soon as the file

::

images/img.jpg

gets created, Imagy optimizes it while keeping the original at

::

images/img-original.jpg


Homage
-----------------

In the background Imagy uses the awesome library smush which exposes a general interface to handle the various file types.



Dependencies
-----------------

imagemagick
gifsicle
jpegtran (on ubuntu in libjpeg-progs)
pngcrush
pngnq

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imagy-0.2.5.tar.gz (15.5 kB view details)

Uploaded Source

File details

Details for the file imagy-0.2.5.tar.gz.

File metadata

  • Download URL: imagy-0.2.5.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for imagy-0.2.5.tar.gz
Algorithm Hash digest
SHA256 1142c443330b7eea5aab0223d81789b2f8bbbd7b892225f583df8701f9c0ac82
MD5 0eb489a786df2d6638f803c694a017b9
BLAKE2b-256 2af2cfef963c0401b3dad63d9544ecd6c69bd9d1559bb1aa367da051db92b1b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page