Metadata-Version: 1.1
Name: css-image-concat
Version: 2.7
Summary: A script that can concat images into one image and create a CSS file
Home-page: http://www.amix.dk/
Author: amix
Author-email: amix@amix.dk
License: MIT
Description: css_image_concat
        ----------------
        
        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
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
