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 34b52d8 commit 75c81b7Copy full SHA for 75c81b7
lib/css_sprite/sprite.rb
@@ -106,7 +106,7 @@ def output_image(directory)
106
results << image_properties(source_image, directory).merge(:x => x, :y => y)
107
dest_image = composite_images(dest_image, source_image, x, y)
108
end
109
- dest_image.image_type = @config['image_type'] ? Magick.const_get(@config['image_type']) : Magick::PaletteMatteType
+ #dest_image.image_type = @config['image_type'] ? Magick.const_get(@config['image_type']) : Magick::PaletteMatteType
110
dest_image.format = @config['format'] || "PNG"
111
dest_image.write(dest_image_path)
112
0 commit comments