We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b723e commit 87ab6fbCopy full SHA for 87ab6fb
README.textile
@@ -93,6 +93,15 @@ css_sprite uses RMagick to compose the images by default. It uses PaletteMatteTy
93
94
Check the detailed information of image_type here: http://www.imagemagick.org/RMagick/doc/constants.html#ImageType
95
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
105
h3. Sass
106
107
css_sprite generates css file by default. If you like sass, you can just add following line in the configuration file.
0 commit comments