Skip to content

Instantly share code, notes, and snippets.

@AlexJWayne
Created March 20, 2009 19:11
Show Gist options
  • Save AlexJWayne/82519 to your computer and use it in GitHub Desktop.
Save AlexJWayne/82519 to your computer and use it in GitHub Desktop.
image = Magick::Image.new(width, height) do
self.colorspace = Magick::RGBColorspace
self.depth = 8
self.density = '72'
self.format = 'PNG'
self.background_color = 'none'
end
image.color_reset!(Magick::Pixel(0, 255, 0, 128))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment