SkillAgentSearch skills...

Csssprite

A simple utility for merging images into a sprite with accompanying CSS

Install / Use

/learn @knadh/Csssprite
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

csssprite

A simple Python utility for merging images into a sprite with accompanying CSS

Installation

With pip or easy_install

pip install csssprite or easy_install csssprite

or from source

python setup.py install

Usage

Once the package is installed, the commandline utility csssprite should become available system wide

csssprite --in "./images" --out "./"" --name "buttons"

Arguments

--in		path to directory containing images
--out		path to the directory where image+css should be generated
--name		name of the output image and layer id in the css (default=sprite)
--orientation	orientation of sprites. horizontal or vertical (default)
--spacing		distance between individual tiles (default=30)
--filetype		image filetype (default=png)

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated4mo ago
Forks0

Languages

Python

Security Score

67/100

Audited on Dec 2, 2025

No findings