Re: image bundle for django

2007-06-13 Thread Amit Upadhyay
On 6/12/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > > One thought I had to counter that would be to group small images > together, then medium sized images, then large images. Depending on > how many images your website actually uses, this would need to be > tuned, but maybe it would help alleviat

Re: image bundle for django

2007-06-12 Thread aaloy
2007/6/12, Jeremy Dunck <[EMAIL PROTECTED]>: > > 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 i

Re: image bundle for django

2007-06-12 Thread Jeremy Dunck
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 orig

Re: image bundle for django

2007-06-12 Thread Justin Lilly
Also, I'm not sure if this is bug or design, but if you use this method, you can't save the picture without a rather large hassel. On 6/12/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > > > I saw this come through on Django snippets and read the GWT page. > It's an interesting idea. It's similar to

Re: image bundle for django

2007-06-12 Thread Rob Hudson
I saw this come through on Django snippets and read the GWT page. It's an interesting idea. It's similar to the idea of concatenating JS or CSS files, but with images. I was a little disappointed to see how the demo had to load the 1 big image file before you see any images. I think most people

image bundle for django

2007-06-11 Thread Amit Upadhyay
Hi, I just finished a image bundle implementation for django, its a technique used in GWT1.4[ http://code.google.com/p/google-web-toolkit/wiki/ImageBundleDesign] to combine all images in a page into one, and using CSS sprites to background position, such that visually they look the same, but the n