1.

Which of the following does not generate a sprite sheet?(a) SpriteRight(b) Sprite Cow(c) CSS Sprites(d) GlueI got this question in an interview.My query is from Using Image Sprites & Standardizing Client-Side Templating topic in portion HTML Images & Web Page Files of HTML

Answer»

Correct ANSWER is (b) Sprite Cow

The explanation is: 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.



Discussion

No Comment Found

Related InterviewSolutions