I have a few ImageMagick questions I was wondering if someone could help me with.
Let's say I have a box, and inside this box I have another box.
##################
# #
# ############ #
# # # #
# # # #
# ############ #
# #
##################
I have a gray outerbox and a white innerbox as my image.jpg. I want to write text using ImageMagick in this white are and no where else. I already know how to write text ontop of an image, but how can I make it so the text I want will always be in this white area and in the case it's too big, the text will split into separate lines so it fits?
In short, my question is.. Is it possible to set coordinates for text wrapping so the text won't ever leave a specific area? I will be using an array to print text so it's not like it will always be one string, it'll be different sizes and I want to be able to text wrap and center it inside these coordinates.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.