Skip to content

Instantly share code, notes, and snippets.

@hrumhrumble
Created July 25, 2016 14:50
Show Gist options
  • Save hrumhrumble/a46c865dd01284777930562f667ed43a to your computer and use it in GitHub Desktop.
Save hrumhrumble/a46c865dd01284777930562f667ed43a to your computer and use it in GitHub Desktop.
def png
img = Magick::Image::from_blob(@doc.to_xml)
return img[0].to_blob {
self.format = 'PNG'
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment