Labble

Summary

Labble has the following dependencies:

  • rmagick >= 2.1.0
  • rspec >= 1.1.4 (for specs only, not runtime)

Installation

To install the labble gem run the following:

sudo gem install jney-labble

And to enable the label to image in your project just require labble:

require ‘labble’ Labble::Image.new(“some text”, “background-color” => “#000”).generate(“/some/path”)