Search found 4 matches

by io12
2017-06-02T14:01:19-07:00
Forum: Bugs
Topic: Bitmap fonts choppy
Replies: 8
Views: 10650

Re: Bitmap fonts choppy

Not sure if it was resolved from a fontconfig update or an ImageMagick update, but it works perfectly now. Thanks!
by io12
2017-05-31T14:17:59-07:00
Forum: Bugs
Topic: Bitmap fonts choppy
Replies: 8
Views: 10650

Re: Bitmap fonts choppy

The font still doesn't look right at a larger size https://i.imgur.com/Zz50tkw.png , but I shouldn't need to set a large size anyway. Terminus-(TTF) looks fine in gimp at 12pt. I think that this is a bug in ImageMagick. On the project page for Terminus TTF ( https://files.ax86.net/terminus-ttf ...
by io12
2017-05-30T17:48:58-07:00
Forum: Bugs
Topic: Bitmap fonts choppy
Replies: 8
Views: 10650

Re: Bitmap fonts choppy

That just makes the text look blurry. Bitmap fonts shouldn't need to be antialiased.

Image
by io12
2017-05-30T17:35:03-07:00
Forum: Bugs
Topic: Bitmap fonts choppy
Replies: 8
Views: 10650

Bitmap fonts choppy

Commands of the form: convert -font "BitmapFont" +antialias label:text ... produce a choppy image. Image of the problem: https://i.imgur.com/TlYvpYU.png Code used to produce the image: convert -background white \ -fill black \ -font "Terminus-(TTF)" \ -pointsize 12 \ +antialias \ "label:ImageMagick ...