Script to turn a folder full of images into a single PNG, with CSS file to display them
civicboom/iconmapper
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
__ |__| ____ ____ ____ _____ _____ ______ ______ ___________ | |/ ___\/ _ \ / \ / \\__ \ \____ \\____ \_/ __ \_ __ \ | \ \__( <_> ) | \ Y Y \/ __ \| |_> > |_> > ___/| | \/ |__|\___ >____/|___| /__|_| (____ / __/| __/ \___ >__| \/ \/ \/ \/|__| |__| \/ A small python script to turn a folder full of images into a single .png with accompanying .css to aid with display. Quickstart: 1. iconmapper -c icons.css -p icons.png \ icons/globe_16.png icons/globe_32.png icons/cake_16.png 2. upload icons.png and icons.css to your server 3. <link rel="stylesheet" type="text/css" href="icons.css" /> 4. <span class="icon16 globe"><span>World View</span></span> Original idea: Oran Looney http://oranlooney.com/make-css-icons-python-image-library/ Rewrite by: Shish on behalf of Civicboom <shish@civicboom.com> This work is licensed under the Creative Commons Attribution 3.0 United States License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
About
Script to turn a folder full of images into a single PNG, with CSS file to display them
Resources
Stars
Watchers
Forks
Packages 0
No packages published