Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for generic image sprites and not just SVG #22

Open
koriolis opened this issue Apr 28, 2014 · 1 comment
Open

Support for generic image sprites and not just SVG #22

koriolis opened this issue Apr 28, 2014 · 1 comment

Comments

@koriolis
Copy link

At this time, if you're using SASS, Compass is the de facto solution for generated sprite images. There's plenty of other solutions out there but none that are so easy to use or that actually simplifies your workflow.
Unfortunately, Compass is slow. I mean.... REALLY Slow. The solution for SASS is to use libsass which, obviously, doesn't support Compass.

Iconizr seems the perfect solution. It integrates nicely into a grunt workflow, it does the heavy lifting, creates the SASS classes automatically, and has a ton of nice features out of the box.
Unfortunately from what I've seen it's tailored to use SVG source "images", so if we wanted to use PNG source images instead, to generate a generic sprite image (as opposed to icons) we couldn't.

Do you think it will be possible for iconizr to support PNG icons as source images for the sprite?

@jkphl
Copy link
Owner

jkphl commented Apr 29, 2014

Hi @koriolis,

thanks for your very positive feedback about iconizr! :)

Well, in fact, up until now iconizr exclusively targets an SVG-to-icon workflow, and this is (and will remain) it's main purpose. What you need seems to be a "simple" spriting tool, and as far as I know, there should be some of them out there (even for Grunt). Please correct me if I'm wrong.

If you could provide me with some more details, why you think iconizr would be the best basis for aiming at your task, then maybe I could consider extending it appropriately. However, please don't expect me to become active before end of May, as I'm on holidays right now ...

Thanks & cheers,
Joschi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants