[gwt-contrib] Re: Scaling images in resource bundles

2009-03-11 Thread John Tamplin
John Labanca demo'd image transforms last year - I think the resolution was to wait for IRB/etc to make it into GWT and add it then. j...@google.com (from Android) On Mar 11, 2009 8:06 PM, Ray Ryan rj...@google.com wrote: Sounds like a good idea to me. Would you mind putting something on the

[gwt-contrib] Re: Scaling images in resource bundles

2009-03-11 Thread Bruce Johnson
Bob has started the process of landing ClientBundle (the fancy new name for IRB) into the GWT trunk, so this kind of functionality will have a proper ongoing home sooner rather than later. On Wed, Mar 11, 2009 at 9:08 PM, John Tamplin j...@google.com wrote: John Labanca demo'd image transforms

[gwt-contrib] Re: Scaling images in resource bundles

2009-03-11 Thread BobV
On Wed, Mar 11, 2009 at 9:13 PM, Bruce Johnson br...@google.com wrote: Bob has started the process of landing ClientBundle (the fancy new name for IRB) into the GWT trunk, so this kind of functionality will have a proper ongoing home sooner rather than later. ImageResource's sprite builder is

[gwt-contrib] Re: Scaling images in resource bundles

2009-03-11 Thread Ray Cromwell
Beware, that if you're scaling down, there's a number of different ways to do it and not all of them offer the same quality, some of them look quite poor, especially if you're scaling down more than 2x or non-power-of-two. -Ray On Wed, Mar 11, 2009 at 6:15 PM, BobV b...@google.com wrote: On

[gwt-contrib] Re: Scaling images in resource bundles

2009-03-11 Thread John Tamplin
On Wed, Mar 11, 2009 at 10:14 PM, Ray Cromwell cromwell...@gmail.comwrote: Beware, that if you're scaling down, there's a number of different ways to do it and not all of them offer the same quality, some of them look quite poor, especially if you're scaling down more than 2x or