ImageMagick: Vertically Center Text? -


I am trying to text vertically in the image using Image Magazine.

For example, I want an image that is 200 pixels high with the word, "Test" is vertically focused in the image.

And I do not want to specify the width of the image. I want to calculate the width of the image based on the width of text to Image Magazine.

- Bidable parameters require both width and height, so I can not use it.

I use ImageMagick 6.4.0 01/19/10 Q16 for Sagvin. It appears to be the latest Saigwin version.

Thank you!

Specify the width in the -size parameter and use: / P>

  Convert-size x200- Background red -Guardie Center- -Vinit 10 label: "test" test.png    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

c# - Confused over DLL entry points (entry point not found exception) -