Skip to content

Commit 87ab6fb

Browse files
committed
update README
1 parent 27b723e commit 87ab6fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.textile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ css_sprite uses RMagick to compose the images by default. It uses PaletteMatteTy
9393

9494
Check the detailed information of image_type here: http://www.imagemagick.org/RMagick/doc/constants.html#ImageType
9595

96+
h3. Destination Image Format
97+
98+
css_sprite saves the css sprite image as a png file by default. You can change it to gif or any other format like
99+
100+
<pre><code>
101+
image_type: TrueColorMatteType
102+
format: GIF
103+
</code></pre>
104+
96105
h3. Sass
97106

98107
css_sprite generates css file by default. If you like sass, you can just add following line in the configuration file.

0 commit comments

Comments
 (0)