On 6/11/07, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > Hi, > > I just finished a image bundle implementation for django, its a technique > used in
I really like this idea, but my needs are different. I don't need resizing of images in the bundle, and I don't like the idea of loading all the original images in the bundle to determine offsets in the final. Also, I'd like named bundles so that I could build multiple separate bundles at the same time rather than one big bundle for the page; I think this'd help me hit pre-made bundles more often. So, I plan on doing another implementation in the same vein. I see you're using mx.Misc.OrderedMapping. Does that do anything that django.utils.datastructures.SortedDict doesn't do? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---