Module: Parade::Helpers::EncodeImage
- Included in:
- CSSTemplateGenerator, Renderers::InlineImages
- Defined in:
- lib/parade/helpers/encode_image.rb
Instance Method Summary collapse
Instance Method Details
#image_path_to_base64(path) ⇒ Object
8 9 10 11 |
# File 'lib/parade/helpers/encode_image.rb', line 8 def image_path_to_base64 $stderr.puts "Please install `rmagick` to allow images to be included in content" '' end |