Skip to main content

A script that can concat images into one image and create a CSS file

Project description

A script that can concat images into one image and create a CSS file. Super useful when you want decrase issuing a lot of HTTP requests due to a lot of small images (like icons).

To install it do following:

sudo pip install css_image_concat

This script takes three inputs:

image_dir: A directory of images
out_img: An output path to the concated image
out_css: An output path to a CSS file

Usage is:

css_image_concat <image_dir> <out_img> <out_css>

It will then process all the images of image_dir and create one image and one CSS file with classes. The CSS classes have following name:

cmp_<filename>

This script requires ImageMagick ( http://imagemagick.org/ )

Copyright: by Amir Salihefendic ( http://amix.dk/ ) License: MIT

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

css_image_concat-2.7.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

css_image_concat-2.7-py2.7.egg (3.8 kB view hashes)

Uploaded Source

Supported by

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