Home » HTML » Html miscellaneous » Question
  1. Which of the following does not generate a sprite sheet?
    1. Glue
    2. SpriteRight
    3. Sprite Cow
    4. CSS Sprites
    5. None of these
Correct Option: C

Sprite Cow does not generate sprites, instead it helps to get the dimensions of images that are within sprite sheet, SpriteRight is used for generating sprite sheets., here the CSS is created on the fly. CSS Sprites is also one of the sprite sheet generators. Glue is a command line tool that generates sprite sheets.



Your comments will be displayed only after manual approval.