Search found 8 matches

by thofas
2014-08-15T06:10:04-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Re: Problems removing noise around text

Yeah, that's it!!! Thank you!
That's crazy I used the "-background" parameter in the past but apparently in the wrong place... :)
by thofas
2014-08-15T03:58:08-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Re: Problems removing noise around text

yeah, nice to see that we come closer to the problem! ;-) but we're still not quite there... 1. when I use "+antialias" the text will be reduced very hard, as you can see in the picture below. 2. the command convert test.png -background none test.png doesn't turn my background into transparent ...
by thofas
2014-08-15T02:05:09-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Re: Problems removing noise around text

I've set the text a littler lower into the blue section, so the result becomes clearer. There are speckles again as you can see in my output: https://www.dropbox.com/s/jjo1p9ruip51omj/composed_image_with_texts.png Could it be that there are any problems with the fonts? It looks like your default ...
by thofas
2014-08-15T00:49:37-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Re: Problems removing noise around text

Here are all commands that are called: First command (generate PNG with text, for every single text) /usr/local/im/bin/convert -quality 100 -pointsize 14 -size 400x200 -font /font/arial.ttf caption:"this is a demo text" test.png Second command (remove white background from PNG, for every single text ...
by thofas
2014-08-14T23:42:34-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Re: Problems removing noise around text

The image I've posted earlier is a crop from a screenshot of the complete generated image. I generate different single images with texts inside and composite them later to one image, from this image (the backround color is in another image) I took the screenshot. ...but the spacklings are visible ...
by thofas
2014-08-14T22:41:31-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Re: Problems removing noise around text

We run on a Linux based system with IM version 6.5.3.

Following the full command line:

/usr/local/im/bin/convert -quality 100 -pointsize 14 -size 400x200 -font /font/arial.ttf caption:"this is a demo text" test.png

The specklings are first shown after this step.
by thofas
2014-08-14T03:46:01-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Re: Problems removing noise around text

this is not the generated image it's only cropped from a screenshot...the generated image is a png
by thofas
2014-08-14T02:05:33-07:00
Forum: Users
Topic: Problems removing noise around text [SOLVED]
Replies: 14
Views: 3061

Problems removing noise around text [SOLVED]

Hello everyone, I have problems reducing the noise (sparkles) around text i have placed into an image with "convert caption". I tried a lot of statements/commands without any success. The convert command is called with the following parmeters: -quality 100 -pointsize 14 -size 300x200 -font /pathTo ...