rmagick-temp / rmagick

An interface to the ImageMagick and GraphicsMagick image processing libraries.
http://rmagick.rubyforge.org/
MIT License
790 stars 102 forks source link

Interline Spacing attribute does not exist when image is created via caption #113

Open sandeep45 opened 10 years ago

sandeep45 commented 10 years ago

There is no way to specify interline_spacing when an image is created with a caption property:

foo = Image.read("caption:hello world") do self.size="500x500" self.fill="white"

self.interline_spacing=5 # <-- This does not work

self.gravity=GravityType::WestGravity end

linduxed commented 9 years ago

Hi! This repository can be considered dead and will most likely not get any more development.

The reasoning behind this can be from this post onward and the repository of the fork can be read here.