Search found 3 matches

by arrenlex
2015-11-29T22:21:25-07:00
Forum: Users
Topic: Text fill bleeds around stroke
Replies: 5
Views: 2184

Re: Text fill bleeds around stroke

The issue is very visible at normal size. I notice that some png rendering engines expose it to a lesser or greater extent. Firefox's seems to be pretty good; imagemagick's seems to be particularly bad. Here I've opened the image with the 'display' command and took a screenshot of the results. The ...
by arrenlex
2015-11-29T20:11:28-07:00
Forum: Users
Topic: Text fill bleeds around stroke
Replies: 5
Views: 2184

Re: Text fill bleeds around stroke

Hi, fmw42; This imagemagick version is whatever comes on the latest ubuntu LTS; that's what our servers are running. It would be difficult to upgrade our servers to a nonstandard version, but it's something I can look into if it fixes the issue. (can you reproduce it on the latest version?) I'm not ...
by arrenlex
2015-11-29T17:59:53-07:00
Forum: Users
Topic: Text fill bleeds around stroke
Replies: 5
Views: 2184

Text fill bleeds around stroke

I get pretty strange output trying to generate outlined text with imagemagick, even for very simple commands: convert -size 320x100 xc:black -gravity center -stroke black -fill white -strokewidth 1 -font Arial-Bold -pointsize 40 -annotate +0+0 "This is a bridge" output.png http://i.imgur.com/uSridPC ...