glyphicons-sprite-generator icon indicating copy to clipboard operation
glyphicons-sprite-generator copied to clipboard

The GLYPHICONS Sprite Generator allows you to change the size and colors of the Bootstap icons using the Free or Pro versions of GLYPHICONS.

Results 4 glyphicons-sprite-generator issues
Sort by recently updated
recently updated
newest added

I'm using Windows 7. I'm running Python 2.7.10 with PIL version 1.1.7. sprite-generator.py is in C:\glyphicons_pro. The following error appears momentarily when running the script. ![error screenshot](https://cloud.githubusercontent.com/assets/14319806/9919249/9cdb1c3e-5c99-11e5-8842-8e90a3e426aa.png)

should comment nearly the line 162 if pixel_data[x, y][0] < WHITE[0]: e.g i set WHITE = (0,0,255) for a blue css version of icon-blue for twitter bootstrap, the if statment...

The solution turned out to be changing `from PIL import Image` into `import Image`. See also http://stackoverflow.com/questions/8863917/importerror-no-module-named-pil.