Search found 8 matches

by Djidiouf
2016-11-05T08:33:27-07:00
Forum: Users
Topic: ImageMagick 7 png missing
Replies: 5
Views: 6501

Re: ImageMagick 7 png missing

Can you add the flag --enable-shared in your configure command?

Code: Select all

./configure --enable-shared

From your output, it doesn't seem to be enabled.
by Djidiouf
2016-11-04T16:37:33-07:00
Forum: Users
Topic: Retrieve pointsize for autofitting text using caption
Replies: 7
Views: 4952

Re: Retrieve pointsize for autofitting text using caption

I compiled ImageMagick from sources this night. I now have the version 7.0.3 and it works accordingly to your examples.

Thank you
by Djidiouf
2016-11-04T06:19:31-07:00
Forum: Users
Topic: Retrieve pointsize for autofitting text using caption
Replies: 7
Views: 4952

Re: Retrieve pointsize for autofitting text using caption

That was my thought yes. user@server:~/scripts$ convert -size 1260x253 -background None -font /home/user/_resources/BebasNeue.otf -fill '#ffffff' -stroke black -strokewidth 6 caption:"testing" -format "%[caption:pointsize]" info: convert: unknown image property "%[caption:pointsize]" @ warning ...
by Djidiouf
2016-11-03T06:53:36-07:00
Forum: Users
Topic: Retrieve pointsize for autofitting text using caption
Replies: 7
Views: 4952

Re: Retrieve pointsize for autofitting text using caption

I ran the command on Linux with Version: ImageMagick 6.8.9-9 Q16. I can confirm I don't have the caption:pointsize output unfortunately. convert -size 1260x253 -background None -font /home/server/_resources/BebasNeue.otf -fill '#ffffff' -stroke black -strokewidth 6 caption:"Il faut p" -verbose info ...
by Djidiouf
2016-11-02T07:10:22-07:00
Forum: Users
Topic: Retrieve pointsize for autofitting text using caption
Replies: 7
Views: 4952

Retrieve pointsize for autofitting text using caption

Hi, I'm currently using the autofit capability of Imagemagick but I struggle on how I can retrieve the pointsize used by -caption. I want to know what is the size of the text used to autofit a defined area. I don't have any issue with label and can use the following command to retrieve the pointsize ...
by Djidiouf
2016-11-02T07:01:51-07:00
Forum: Bugs
Topic: Inconsistency with text metrics IM 6.8.9-9
Replies: 5
Views: 6202

Re: Inconsistency with text metrics IM 6.8.9-9

Ok thank you.

So my understanding is:
- that behaviour is known and it's how fonts work
- kerning is relative and apply upon the gap set in the font between characters
by Djidiouf
2016-11-01T06:04:22-07:00
Forum: Bugs
Topic: Inconsistency with text metrics IM 6.8.9-9
Replies: 5
Views: 6202

Re: Inconsistency with text metrics IM 6.8.9-9

Isn't what the kerning is about? Fixing this width to a specific size and removing any variation? I set the kerning to be 0 on that purpose

If not, is there a mean to do that?
by Djidiouf
2016-10-31T06:24:13-07:00
Forum: Bugs
Topic: Inconsistency with text metrics IM 6.8.9-9
Replies: 5
Views: 6202

Inconsistency with text metrics IM 6.8.9-9

IM version: ImageMagick 6.8.9-9 Q16 x86_64 2016-05-16 Debian 8.4 - x64 Issue I've recently tried to get the size of a given text in pixel but found myself puzzled by an inconsistency. The following script retrieves the sizes of each word passed as a variable and output a total size. text="Test de ...