|
Brothers, would anyone have a grasp of the answer to the following: Web page uses a javascript. page is requested by user. page/script are loaded in browser. script make a request for 1 image. The image is loaded into an image object created in the javascript. Can I manipulate that 1 image in such a way as to clip out a 20px by 20px square, take that square and load it into its own image object for use by the script elswhere? The over all effect is 1 http request for 1 larger image from which I can build 20 or 30 smaller images at runtime, clientside. Surely I cant be the only one in need of consolidating images into as few requests as is possible. Can you help?
|
|
|
|
|
|
|
|