aslansky / css-sprite

css sprite generator
MIT License
734 stars 55 forks source link

added option for image interpolation #52

Closed gargantuan closed 9 years ago

gargantuan commented 9 years ago

The default image interpolation setting ('grid') was causing my non-retina sprites to look janky. So I added an option which takes any of the following values...

gargantuan commented 9 years ago

Basically just exposing the lwip interpolation options through the css-sprite options. I found the grid interpolation wasn't right for the icon set I'm working with at the moment.

aslansky commented 9 years ago

@gargantuan thanks for the pull request.