Search found 4 matches
- 2016-06-12T04:28:04-07:00
- Forum: Users
- Topic: Font Rendering with correct *Hinting*
- Replies: 1
- Views: 3027
Re: Font Rendering with correct *Hinting*
Sadly, no reply so far ...
- 2016-05-09T04:35:47-07:00
- Forum: Users
- Topic: Font Rendering with correct *Hinting*
- Replies: 1
- Views: 3027
Font Rendering with correct *Hinting*
Hi,
I try and render a label using "convert" ImageMagick 6.8.9-9 Q16 (Ubuntu 16.04 lts):
convert -fill black -font "PT-Sans-Narrow" -density 96 -pointsize 12 +antialias label:"The quick brown fox jumps over the lazy dog. 1234567890" text.png
https://fe8.de/index.php/s/dSSEkAQypdmQDPF/download ...
I try and render a label using "convert" ImageMagick 6.8.9-9 Q16 (Ubuntu 16.04 lts):
convert -fill black -font "PT-Sans-Narrow" -density 96 -pointsize 12 +antialias label:"The quick brown fox jumps over the lazy dog. 1234567890" text.png
https://fe8.de/index.php/s/dSSEkAQypdmQDPF/download ...
- 2014-03-18T00:28:24-07:00
- Forum: Users
- Topic: Convert fuzzed color to second fuzzed color
- Replies: 3
- Views: 3477
Re: Convert fuzzed color to second fuzzed color
Thank you!! This works very well. I had to change the PNG format to TIFF, because it took ages to write it out.
- 2014-03-13T07:34:14-07:00
- Forum: Users
- Topic: Convert fuzzed color to second fuzzed color
- Replies: 3
- Views: 3477
Convert fuzzed color to second fuzzed color
Hello,
I would like to convert a "fuzzed color" = range of colors around(similar to) a single color in an image, to another "fuzzed color" = range of colours similar to a second, single color.
So far i can only convert a "fuzzed color" to a second, fixed color using:
convert in.jpg -fuzz 10 ...
I would like to convert a "fuzzed color" = range of colors around(similar to) a single color in an image, to another "fuzzed color" = range of colours similar to a second, single color.
So far i can only convert a "fuzzed color" to a second, fixed color using:
convert in.jpg -fuzz 10 ...