Re: An app to create sprite bundles (django-imaginator)

2010-10-07 Thread Brandon Taylor
Hello, >From my experience with sprites, you wouldn't be using an image tag to render the sprite. Rather, you would be giving an id or class attribute on a div or some other type of HTML container tag that positions the background image (sprite) and possibly sets a width and height on the

An app to create sprite bundles (django-imaginator)

2010-10-03 Thread Cesar Canassa
Hello everyone, I had this idea for an django application that creates image sprites automatically for you. I want an application that allows me to create and manage sprites by only using the admin interface. This is how it should work: - Add 'django-imaginator' to your INSTALLED_APPS - Run