Search found 3 matches

by flyingduck
2014-07-13T16:18:42-07:00
Forum: Users
Topic: Fontconfig warning: ignoring UTF-8: not a valid region tag
Replies: 5
Views: 7973

Re: Fontconfig warning: ignoring UTF-8: not a valid region t

Thanks,

I will try to reinstall. Before that, how do I perform a perfect uninstall?

I installed GhostScript and ImageMagick via Port before.
by flyingduck
2014-07-13T07:51:03-07:00
Forum: Users
Topic: Fontconfig warning: ignoring UTF-8: not a valid region tag
Replies: 5
Views: 7973

Re: Fontconfig warning: ignoring UTF-8: not a valid region t

Thanks.

I noticed that it's just because I can't put text on the image. Thanks for pointing out this important thing.

But even if I successfully created a new image, the font was still not applied and the warning still exist:



Aws-MacBook-Pro: awguo$ convert -background lightblue -fill blue ...
by flyingduck
2014-07-12T04:27:13-07:00
Forum: Users
Topic: Fontconfig warning: ignoring UTF-8: not a valid region tag
Replies: 5
Views: 7973

Fontconfig warning: ignoring UTF-8: not a valid region tag

I want add some text on an image file with ImageMagick,

This is what I entered:

convert -font Verdana label:"Text 123" pic.jpg pic_new.jpg

But it returns an error as follows:

Fontconfig warning: ignoring UTF-8: not a valid region tag

The generated picture doesn't have any test added on.

I ...