Reviewers: Ray Ryan, jgw, Message: Review requested.
Description: This patch changes the way ImageBundleBuilder loads images to be able to detect image files that contain multiple sub-images. Animated image files do not undergo any transformation, but are emitted as-is via the ResourceContext (the raw bytes are subject to browser-specific deployment strategies). This change allows users of CssResource to use animated .gif files with the @sprite syntax. Please review this at http://gwt-code-reviews.appspot.com/54808 Affected files: M user/src/com/google/gwt/resources/client/ImageResource.java M user/src/com/google/gwt/resources/client/impl/ImageResourcePrototype.java M user/src/com/google/gwt/resources/rg/ImageBundleBuilder.java M user/src/com/google/gwt/resources/rg/ImageResourceGenerator.java M user/test/com/google/gwt/resources/client/ImageResourceTest.java A user/test/com/google/gwt/resources/client/animated.gif --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
