[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-27 Thread Christof Donat
Hi, I have been using this technique for some time now and always searched for a tool that would help me combine those images easily, but never succeeded. That is why I decided to build my own :) Have you had a look at ImageMagick? The ImageMagick tool montage should do what you need. I

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-27 Thread Klaus Hartl
Alexander Graef wrote: Just google for it, there are many many sources that have dealt with this over the years. Here are some: http://www.alistapart.com/articles/slidingdoors2/ http://www.websiteoptimization.com/speed/tweak/combine/ http://www.quate.net/newsnet/read.php?id=48

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-27 Thread Alexander Graef
of these are really doing the trick for me. Just sharing :) Alexander -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christof Donat Sent: Friday, July 27, 2007 9:22 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [Off-Topic] CSS Combine Images

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-27 Thread Christof Donat
Hi, I have done this in php with gd and ImageMagick in the past, but this a desktop application that will allow more finegrained control of the combined output image and the source handling in the future. montage is a CLI tool with fairly finegrained control of the combined output ;-)

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-27 Thread Alexander Graef
: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christof Donat Sent: Friday, July 27, 2007 10:09 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [Off-Topic] CSS Combine Images Hi, I have done this in php with gd and ImageMagick in the past, but this a desktop

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Alexander Graef
Link: http://dev.portalzine.de/index?/pzImageCombine--print http://dev.portalzine.de/index?/pzImageCombine--print Sorry Alexander _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Graef Sent: Friday, July 27, 2007 12:22 AM To:

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Mitchell Waite
I think this is a cool idea, but what is needed is an example so we can see how valuable it is. A nice example would show the slow way vs your sliced way and see how they compare. From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Graef Sent: Thursday, July 26,

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Olivier Percebois-Garve
This is a well-know technique. If I remember right, credits goes to http://wellstyled.com/css-nopreload-rollovers.html -Olivier Mitchell Waite wrote: I think this is a cool idea, but what is needed is an example so we can see how valuable it is. A nice example would show the slow way vs

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Alexander Graef
, 2007 4:24 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [Off-Topic] CSS Combine Images This is a well-know technique. If I remember right, credits goes to http://wellstyled.com/css-nopreload-rollovers.html -Olivier Mitchell Waite wrote: I think this is a cool idea, but what

[jQuery] Re: [Off-Topic] CSS Combine Images

2007-07-26 Thread Alexander Graef
-nopreload-rollovers.html Cheers Alexander _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mitchell Waite Sent: Friday, July 27, 2007 4:01 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [Off-Topic] CSS Combine Images I think this is a cool idea, but what