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

In cocos2d images can be cropped in the sprites sheet but they keep their original size when using them in cocos2d. This feature is useful for animations. When cropped, sprite’s...

Hi, I am new to making pull requests, but thought I'd give it a try. The reason that I am sending this PR is because I wanted to use the...

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...

With LESS output, when using `--ratios=2,1.5,1`, I get the ordering wrong in CSS: 1.5, 1, 2. I think this is because `ratios` is passed as a dict instead of a...

Currently when the `--retina` flag is used, the input images are assumed to be the 2x version and the 1x version is generated by scaling. I'd like the option to...

Since I've upgraded to v0.9 I've notice ratios are automatic whether I use the --ratios/--retina flag or not. Is there a way to disable ratios so I don't end up...

Please let me know if this is ok. Happy to implement any feeback. This is one of the first bits of Python that I've done so there's likely going to...

Great work on writing glue. Love it! Noticed that running glue on files containing non-english characters like ö, å, ä produces a crash on OS X 10.10.4. Included the crash...