Search found 2 matches

by loony
2011-03-23T00:04:24-07:00
Forum: Users
Topic: Convert to generate PNG-Text - Chars + & . don't wrong alone
Replies: 4
Views: 10997

Re: Convert to generate PNG-Text - Chars + & . don't wrong a

Normal cmd under Windows XP SP3 and ImageMagick-6.6.7-Q16 (static)

I'm using it also in a PHP Script (with a @textfile.txt).

abc++ works
++abc works
and
~~~ works fine

but

+++ -> empty picture
--- -> also empty picture

But only on windows. Same code on webserver works fine.


I try update to ...
by loony
2011-03-22T07:03:40-07:00
Forum: Users
Topic: Convert to generate PNG-Text - Chars + & . don't wrong alone
Replies: 4
Views: 10997

Convert to generate PNG-Text - Chars + & . don't wrong alone

Hello.

I'd like to generate PNG-files with Text.

That works fine...
convert -density 72x72 -background "transparent" -fill "#000" -gravity Center -pointsize 25 -font arial.ttf label:"TEST" ~test.png

But
convert -density 72x72 -background "transparent" -fill "#000" -gravity Center -pointsize 25 ...