Are there any documents/tutorials on how to clip or cut a large image so that the user only sees a small portion of this image? Let\'s say the source image is 10 frames of
Alas, JavaScript simply isn't capable of extracting the properties of the image you'd require to do something like this. However, there may be salvation in the form of the HTML
PHP code to go about extracting the width and height of the really large image:
From here, you'd then load the image into a
The only speculative aspect to this method is whether or not JavaScript is capable of extracting color data from a specified location within an image loaded into a