Convert Problem with 6.5.1
Posted: 2009-05-07T03:02:57-07:00
First of all please be patient to my english.
I have two problems right now where i cannot figure out how to solve them.
I have searched in this Forum and at google but havent found any answers.
First problem is that i want to convert html code like this for example:
this text has to be inputed by users and is created with fckeditor.
the hole block have to be placed over an Background-image fully formated.
is there a special function or a script to solve this ?
The second Problem is that on one Linux machine that cannot convert this code:
the shell outputs an error
whis convertcode is written on http://www.imagemagick.org/Usage/files/
and is converting correctly on other Linux machine but with IM 6.3.5
both scripts have to be on written for IM 6.5.x because i need the option -respect-parentheses for othe scripts.
I hope you can help me to solve these two problems.
please ask for further information if you need some.
Best regards HardiHard
I have two problems right now where i cannot figure out how to solve them.
I have searched in this Forum and at google but havent found any answers.
First problem is that i want to convert html code like this for example:
Code: Select all
This is a small formated Textblock<br>
with lots of formated htmlcode<br>
for example: <span style="font-family: Times;">other fonts</span> <br>
or <span style="font-size: 11px;">smaller letters</span> <br>
or <span style="background-color: rgb(255, 255, 0);">background colors</span><br>
or <strong>bold text</strong> or <em>coursive letters</em><br>
or just some <span style="color: rgb(255, 0, 0);">red text</span><br>
or a <span style="color: rgb(255, 0, 0);">block of <br>
<em>formated</em> <span style="background-color: rgb(153, 204, 0);">text </span>with a lot</span> of <strong>this</strong> fo<span style="font-family: Courier;">rma</span>t
the hole block have to be placed over an Background-image fully formated.
is there a special function or a script to solve this ?
The second Problem is that on one Linux machine that cannot convert this code:
Code: Select all
convert http://www.cit.gu.edu.au/~anthony/images/anthony_castle.gif \
-resize 100x100 castle_logo.png
Code: Select all
convert: missing an image filename `castle_logo.png' @ convert.c/ConvertImageCommand/2775.
and is converting correctly on other Linux machine but with IM 6.3.5
both scripts have to be on written for IM 6.5.x because i need the option -respect-parentheses for othe scripts.
I hope you can help me to solve these two problems.
please ask for further information if you need some.
Best regards HardiHard