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

if color change or replace is a main featrue

Open openalmeida opened this issue 11 years ago • 0 comments

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 above will not work.

openalmeida avatar May 02 '13 18:05 openalmeida