Search found 73 matches

by troyd1
2008-09-18T09:16:10-07:00
Forum: Users
Topic: different fonts in the same caption
Replies: 5
Views: 12836

Re: different fonts in the same caption

I have came up with an excellent solution. I found a program call text2image.exe. It will convert an RTF file to many image formats. The website for this is http://www.xuebrothers.net/. The price was only $9.99. They have a lot of other neat program also.

Troy
by troyd1
2008-09-18T05:48:08-07:00
Forum: Users
Topic: different fonts in the same caption
Replies: 5
Views: 12836

Re: different fonts in the same caption

Here is the complete information of what I need to do: I need to place text on an image with the following specifications: first and second line is 7 point futura book with leading set to 11 points and tracking set to 10 points. 3rd line is 8 point trajan bold with 12 point leading. 4th line is 8 po...
by troyd1
2008-09-16T09:30:01-07:00
Forum: Users
Topic: different fonts in the same caption
Replies: 5
Views: 12836

different fonts in the same caption

Is there a way to do 2 different fonts in the same caption? Say I was doing "this is a test of different fonts" and I wanted "this is a" in courier, "test of different" in arial and "fonts" in verdana. Can I do this or do I need to create 3 images and merge th...
by troyd1
2008-09-16T09:16:12-07:00
Forum: Users
Topic: Change font leading and tracking
Replies: 2
Views: 6447

Change font leading and tracking

I am trying to find a way to use different leading(line spacing) and tracking(character spacing) for a selected font using caption. Is there a way to do this and if so, how?
by troyd1
2008-06-23T12:03:05-07:00
Forum: Users
Topic: Problems proportioning an image
Replies: 3
Views: 7585

Re: Problems proportioning an image

That makes some sense, but then how do printers print at high dpi's? when I add this text at 16 point, it looks much different than if I add it at 80 point. if I am entering text at 16 point at 100 dpi, how do I get the same image at 500 dpi without using 80 point font and creating it?
by troyd1
2008-06-16T17:30:32-07:00
Forum: Users
Topic: Problem with a convert
Replies: 5
Views: 12012

Re: Problem with a convert

I believe that I figured it out. I had quotes around the caption file after the @ sign. I took them out and the error went away.

Thanks
by troyd1
2008-05-29T09:29:04-07:00
Forum: Users
Topic: Problems proportioning an image
Replies: 3
Views: 7585

Problems proportioning an image

I have created 2 blank graphics using: convert -size 500x250 xc:white blanks.bmp convert -size 1975x938 xc:white blankl.bmp I did: convert blanks.bmp -fill black -pointsize 16 -font ARIAL.TTF -size 310 -gravity center -background #00000000 caption:"This is a test for proportioning" -gravit...
by troyd1
2008-05-20T13:07:13-07:00
Forum: Users
Topic: Problem with a convert
Replies: 5
Views: 12012

Re: Problem with a convert

Any suggestions from the experts?
by troyd1
2008-05-18T09:36:07-07:00
Forum: Users
Topic: Problem with a convert
Replies: 5
Views: 12012

Problem with a convert

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...
by troyd1
2008-05-13T14:44:22-07:00
Forum: Users
Topic: Jpeg will not display in internet explorer
Replies: 1
Views: 8554

Jpeg will not display in internet explorer

I have 2 jpegs thumbnails. One will display in internet explorer and one will not. Doing an identify -verbose, I can see they are highly different. What do I need to do to get the bad one to display? Here is the identify's Bad: Image: c:\temp\graphics\tn_5015.jpg Format: JPEG (Joint Photographic Exp...
by troyd1
2008-05-12T12:53:04-07:00
Forum: Users
Topic: Creating a minochrome 2 bit image
Replies: 2
Views: 7222

Re: Creating a monochrome 2 bit image

Thanks, that worked.
by troyd1
2008-05-12T08:37:59-07:00
Forum: Users
Topic: Creating a minochrome 2 bit image
Replies: 2
Views: 7222

Creating a minochrome 2 bit image

I am trying to create a monochrome 2 bit image. I am doing the folowing: convert -size 1875x938 xc:white "c:\temp\graphics\X1931_41390_1.bmp" convert "c:\temp\graphics\X1931_41390_1.bmp" -fill black -pointsize 67 -font "c:\pcshare\pcgraphics\itweb\fonts\ZAFCHAB.TTF" -si...
by troyd1
2008-04-07T17:08:39-07:00
Forum: Users
Topic: Why is this chop command not working
Replies: 4
Views: 10709

Re: Why is this chop command not working

Also, if your solution will still work, please show me how I can start with the start.png and do 2 of the annotations that you suggested.

Thanks
by troyd1
2008-04-07T17:06:32-07:00
Forum: Users
Topic: Why is this chop command not working
Replies: 4
Views: 10709

Re: Why is this chop command not working

Sorry I did not give more detail. The image start.png is a large image 1820x910. I want to place text on it. I do not want the text to wrap and want to be able to specify a font and font size. I have an application wrapped around this so I am executing the command line to build this image. I am doin...
by troyd1
2008-04-07T13:48:32-07:00
Forum: Users
Topic: Why is this chop command not working
Replies: 4
Views: 10709

Why is this chop command not working

I have done: convert start.png -size 1000 -font arial -pointsize 24 caption:"this is a long bunch of information that want to be longer than the box" -gravity east -chop 700x0 -gravity northwest -geometry +300+100 -composite end.png What I am trying to do is create an invisible box 300 pix...