Search found 4 matches

by notkevinjohn
2018-10-01T09:10:56-07:00
Forum: Users
Topic: Text Without Alpha Channel
Replies: 3
Views: 2314

Re: Text Without Alpha Channel

snibgo wrote: 2018-10-01T08:54:22-07:00 How about "-threshold 50%"?
Yeah, that was my first thought too, and it was how I figured out what was wrong. This exposed the artifacts in the image (before it went to the printer) but did not eliminate them (even after spending some time tinkering with the percentage).
by notkevinjohn
2018-10-01T09:09:36-07:00
Forum: Users
Topic: Text Without Alpha Channel
Replies: 3
Views: 2314

Re: Text Without Alpha Channel

Nevermind, I figured it out. I could just turn off anti-aliasing with the +antialias command
by notkevinjohn
2018-10-01T08:44:44-07:00
Forum: Users
Topic: Text Without Alpha Channel
Replies: 3
Views: 2314

Text Without Alpha Channel

I'm working on generating images and labels that are going to be printed on a device that uses a ribbon of toner, and does not apply any kind of grey scale, it's truely black and white. I am dynamically generating some text for this image, but I have been discovering small artifacts that appear on t...
by notkevinjohn
2018-09-04T15:32:45-07:00
Forum: Users
Topic: Building and compositing image in one step
Replies: 1
Views: 2201

Building and compositing image in one step

I have written code that works for a custom labeling application where labels are built and then printed on the fly. It all works properly, but execution speed is a problem. The code takes about ~3 second to run, and I need it to run much faster, maybe ~ < 1s. I am currently making the label overlay...