Search found 68 matches

by Albireo
2010-01-12T15:54:02-07:00
Forum: Users
Topic: Swedish signs - åäö - disappears?
Replies: 5
Views: 15548

Re: Swedish signs - åäö - disappears?

Thank You! - I Created a text in an editor with de word/signs I wanted to Use - The editor was "Notepad ++", configurated for UTF-8 (Without BOM). After that, I running the program below in a batchfile in DOS: (and it works!) convert -background lightblue -fill blue -pointsize 48 label:@au...
by Albireo
2010-01-12T13:38:36-07:00
Forum: Users
Topic: font name with space - Problem! (Solved)
Replies: 1
Views: 7266

Re: font name with space - Problem!

Jippi! :D I got the answer! (thank's! Pete!). - Font names with spaces, indicated with a hyphen "-" - What fonts will work with IM, can you see with the command: identify -list font Example on the result: Font: Loki-Cola family: Loki Cola style: Normal stretch: Normal weight: 400 glyphs: c...
by Albireo
2010-01-12T13:18:53-07:00
Forum: Users
Topic: Path in batchfiles to pictures
Replies: 3
Views: 8262

Re: Path in batchfiles to pictures

Thank You! but my problem still exist. try using the full path from root I think it is the whole path in Windows. Try -level "0,50%" I tested this, but I think the problem still exists in the path because it is the only thing that is differ in the examples. http://www.imagemagick.org/Usage...
by Albireo
2010-01-12T12:57:32-07:00
Forum: Users
Topic: DOS - Convert: - Font problem (Solved)
Replies: 1
Views: 5422

Re: DOS - Convert: - Font problem (Solved)

Jippi! :D I got the answer! (thank's! Pete!). The translation below works in DOS - Font names with spaces, indicated with a hyphen "-" - More info on converting scripts is at: http://www.imagemagick.org/Usage/windows/#convertion - What fonts will work with IM, can you see with the command:...
by Albireo
2010-01-12T12:30:07-07:00
Forum: Users
Topic: Path in batchfiles to pictures
Replies: 3
Views: 8262

Path in batchfiles to pictures

Hello! I have write two batchfiles with ImageMagick commands. This work for me! convert thumbnail.gif -matte -virtual-pixel transparent -channel A -blur 0x8 -level 0,50% +channel soft_edge.png But - When I add a path to the filename convert "c:\temp\pic\thumbnail.gif" -matte -virtual-pixel...
by Albireo
2010-01-12T09:29:13-07:00
Forum: Users
Topic: font name with space - Problem! (Solved)
Replies: 1
Views: 7266

font name with space - Problem! (Solved)

Hello! I have problem to select an desired font to ImageMagick. (Windows XP) Name on fonts in windows have often spaces in the windows font names (for examples. "Lucida Sans" "Loki Cola" "Sheer Beauty" "Georgia Bold Italic" ....) If I want use a font with spac...
by Albireo
2010-01-12T07:16:39-07:00
Forum: Users
Topic: Swedish signs - åäö - disappears?
Replies: 5
Views: 15548

Swedish signs - åäö - disappears?

Hello! I can't use the Swedish characters with ImageMagick for example from ASCII-tabell http://www.asciitable.com/ Å -> A with Ring above (ASCII-143), Ä -> A with Diaeresis above(ASCII-142), Ö -> O with Diaeresis above(ASCII-153) This works! convert -size 320x100 xc:lightblue -font Candice -pointsi...
by Albireo
2010-01-12T05:38:28-07:00
Forum: Users
Topic: DOS - Convert: - Font problem (Solved)
Replies: 1
Views: 5422

DOS - Convert: - Font problem (Solved)

Hello! Looked at an exciting example on the site: ImageMagick v6 Examples -- Creating Thumbnails and Framing Adding image labels http://www.imagemagick.org/Usage/thumbnails/ I try to do / run this example in DOS (and in Autohotkey) convert -define jpeg:size=400x400 hatching_orig.jpg -resize '120x200...