Class Blueprint::GridBuilder
In: lib/blueprint/grid_builder.rb
Parent: Object

Uses ImageMagick and RMagick to generate grid.png file

Methods

generate!   new  

Included Modules

Magick

Attributes

able_to_generate  [R] 
column_width  [R] 
gutter_width  [R] 
output_path  [R] 

Public Class methods

Options

  • options
    • :column_width — Width (in pixels) of current grid column
    • :gutter_width — Width (in pixels) of current grid gutter
    • :output_path — Output path of grid.png file

Public Instance methods

generates (overwriting if necessary) grid.png image to be tiled in background

[Validate]