glue
glue copied to clipboard
Glue is a simple command line tool to generate CSS sprites
the --margin option only seems to read multiple values if they're surrounded by quotes… ``` glue --margin='10 20 30 40' ``` this is not in the documentation
Hi, Is it possible to specify a list of files as input to the glue command instead of the entire directories ? Thanks for this great tool !
``` Version: 0.9.4 Python: 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3] PIL version: 1.1.7 Platform: Linux-3.10.12-r8168-grs-ipv6-64-x86_64-with-Ubuntu-12.04-precise Config: {'css_dir': '/rtgi/modules/Radar2-UI/public/static/images/sprites/default', 'less_dir': False, 'force': False, 'json_dir': False, 'crop': False, 'less_template': None,...
When other ratios than 1x are created, for example with --retina option two image bundles are create, bundle.png and [email protected]. Unfortunately sometimes @ character is not an allowed one, and...
Version: 0.9.4 Python: 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] PIL version: 1.1.7 Platform: Windows-7-6.1.7601-SP1 Config: {'css_dir': u'c:\WebServers\home\citilink\www\f\media\global', 'less_dir': False, 'force': False, 'json_dir': False, 'crop': False,...
Hi @jorgebastida, Sometime I need to create a sprite with only JPG's as source. I create them manually now, but whats your opinion on adding an extra option e.g. in...
Hi, Thanks for your great work. It already provides a very nice `glue` CLI, but it would be better if it also provides `distutils` command. The command could help web...
If width \* height > 3 \* 1024 \* 1024, then split the sprite into multiple files. See, e.g. section "Know iOS Resource Limits" here: http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/CreatingContentforSafarioniPhone/CreatingContentforSafarioniPhone.html
I would be nice to have a command line option to ignore file and folders. Some files in our images directory is animated gifs and images used as repeating backgrounds,...
As I understand it there is currently no way to define the names of the resulting files other then through the source dir. In most of my use cases this...