zverok / magic_cloud

Simple pretty word cloud for Ruby
MIT License
85 stars 27 forks source link

How show image on view? #15

Closed rjcjunior closed 6 years ago

rjcjunior commented 6 years ago

The return is only #

zverok commented 6 years ago

Next, you call cloud.draw(width, height) on it. It will return RMagick::Image object, that could be saved to a file, or served from controller to render.