Quick CSS Sprite

Quick CSS Sprite

by Priyo Hutomo
4.7 ยท 3,117 ratings
5.99 USD Download from Mac App Store
v2.0 ยท Updated 7 years ago ยท 1.4 Mb ยท Released Dec 2014

How do you feel about this app?

Key Features

๐ŸŽจ Drawing & Paint
๐Ÿ‘† Drag & Drop
โš™๏ธ Automation / Macros
โšช White Balance
โš”๏ธ RPG Game
Quick CSS Sprite

About Quick CSS Sprite

CSS sprite is a technique to combine multiple images into one big image (Sprite Sheet). Having multiple small images in your website are less efficient because each one of those images need to be called in a separate HTTP-Request. Combine them into one Sprite Sheet will reduce the HTTP-Request to only one and thus will greatly improve your web page loading time. The only drawback, using CSS Sprite technique is quite time consuming because you have to manually write CSS code for each image in order to locate its position on the Sprite Sheet. This is where Quick CSS Sprite comes in. Using Quick CSS Sprite, both sprite sheet and CSS code can be generated automatically simply using drag and drop.