glue icon indicating copy to clipboard operation
glue copied to clipboard

Glue is a simple command line tool to generate CSS sprites

Results 70 glue issues
Sort by recently updated
recently updated
newest added

this is causing dep conflicts in builds with jinja

I'm trying to add a Glue Python 3 package for Fedora and using the 2to3 tool is a little bit clunky on packaging land. This PR includes fairly simple changes...

Is there any update in the future to support decimal inputs for margins? I tried creating a sprite with **_margin='5 2.5'_** but gave me the following error: Version: 0.13 Python:...

Version: 0.13 Python: 2.7.5 (default, Apr 2 2020, 13:16:51) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] PIL version: 1.1.7 Platform: Linux-3.10.0-1127.19.1.el7.x86_64-x86_64-with-centos-7.8.2003-Core Config: {'css_dir': '/home/centos/cnp/coinimages/sprites', 'less_dir': False, 'force': False, 'json_dir': False, 'crop':...

This is what I feel I'm qualified to raise an issue about. Sorry if it's too trivial. First times are always scary, but confidence can outweigh importance sometimes. This probably...

Hi, Could you add support for jinja2 2.8? I don't know why this version is excluded in the setup.py file.

Version: 0.13 Python: 2.7.16 (default, Mar 4 2019, 09:01:38) [GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)] Traceback (most recent call last): File "/usr/local/bin/glue", line 11, in load_entry_point('glue==0.13', 'console_scripts', 'glue')() File...

I want to use glue for Sprite Animations with trimmed frames, so i need both the original frame size and the position of the trimmed image within the original frame....

It's not always desirable to scale with antialiasing, especially when using Glue with pixel art. I added the options to override the algorithm and updated the docs to reflect the...

It would be nice to support SVG sprites as well. glue would take SVG files as input and output both PNG and SVG sprites, as well as the needed CSS...