Computer Science, asked by kk234sharma, 3 months ago

What does the image.load() function do?

o. loads an image

o. loads the background

o. loads music

o. loads sprites​

Answers

Answered by Anonymous
0

The image.load() function loads the images.

  • Images often take time to load. If the images are very big and heavy, they will not be easily loaded. Thus, the Image load function helps in the easy loading of images.
  • When the image is selected by a user, the words 'Loading' can be inserted as the images are loaded in the background.
  • Once the image is loaded it is then displayed to the user.
Similar questions