Problem with a convert
Posted: 2008-05-18T09:36:07-07:00
I have this convert. There is a slight problem with the syntax. It actually works, but it gives me the error: convert: no such image `@c:\temp\graphics\3_T_3.TXT'.
Here is the convert:
convert -fill black -pointsize 12 -font "c:\pcshare\pcgraphics\itweb\fonts\ARIAL.TTF" -size 1000 -gravity west -background #00000000 caption:@c:\temp\graphics\3_T_3.TXT +swap -gravity east -chop 770x0 c:\temp\graphics\X7999_43714.png +swap -gravity northwest -geometry +123+117 -composite c:\temp\graphics\X7999_43714.png
What am I doing wrong or how can I rewrite this better?
What I am doing is trying to fill a text field with periods so I created a text file with the text I want to caption with a binch of periods after it. I am creating it 1000 wide and then chopping it. I am then compositing it with the graphic that I am calling out.
Thanks, Troy
Here is the convert:
convert -fill black -pointsize 12 -font "c:\pcshare\pcgraphics\itweb\fonts\ARIAL.TTF" -size 1000 -gravity west -background #00000000 caption:@c:\temp\graphics\3_T_3.TXT +swap -gravity east -chop 770x0 c:\temp\graphics\X7999_43714.png +swap -gravity northwest -geometry +123+117 -composite c:\temp\graphics\X7999_43714.png
What am I doing wrong or how can I rewrite this better?
What I am doing is trying to fill a text field with periods so I created a text file with the text I want to caption with a binch of periods after it. I am creating it 1000 wide and then chopping it. I am then compositing it with the graphic that I am calling out.
Thanks, Troy