Thank you for the response.
I'm thinking to split the process in two separate convert executions: first resize the image then add the black shape + text.
This way the drawn text will not be resized.
Do you reckon it will improve the output?
Search found 3 matches
- 2017-01-12T21:25:56-07:00
- Forum: Users
- Topic: Difference in text rendering using convert
- Replies: 5
- Views: 2604
- 2017-01-11T22:05:08-07:00
- Forum: Users
- Topic: Difference in text rendering using convert
- Replies: 5
- Views: 2604
Re: Difference in text rendering using convert
My bad. OS: Debian Jessie (Linux hpsrv 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux) ImageMagick: root@hpsrv:~$ /usr/bin/convert -version Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-11-26 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio ...
- 2017-01-11T16:04:18-07:00
- Forum: Users
- Topic: Difference in text rendering using convert
- Replies: 5
- Views: 2604
Difference in text rendering using convert
Hi all. I use a simple bash script to resize and add some text + frame to an image. A few days ago I noticed that when the font color is set to " red ", the rendered text is quite blurred. However when it is " white " then it looks alright. Here is an example of the output: http://imgur.com/a/mmS0U ...