Search found 11 matches

by easy_easy
2019-04-22T04:41:52-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Hello, still the same for me.After hour of update and forum reading i can't find a solution to add stroke with Debian Jessie.
I made test with other system on 3 servers and still the same.
When a text is more that 6 characters with a font with ligature or round effect the line is broken.

if someone ...
by easy_easy
2018-12-17T09:31:44-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Hello, thanks for your answer.
After 2 hours of test !! i've finally understand why ..
With otf it looks good !! with ttf i've always errors with Lobster and others fonts.
https://i.imgur.com/oAj3d5U.png

So cool !! i will have to change some fonts to otf ;) or is it possible to update something ...
by easy_easy
2018-12-16T04:24:39-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Hello , still the same outline error : even now on shared hosting !!
Maybe webmasters of shared hosting have updated imagemagick version...

The result a normal outline 2 month ago ... on shared hosting (what can make such change with php ? )
And now the same result like my dedicated server ....

So ...
by easy_easy
2018-10-24T01:36:20-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Hello, still trying to make it work.
I've tried to install new package (from /home/test/ ... ) but failed to install, make at the end, i'm in root user :
Image
by easy_easy
2018-09-09T00:12:35-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Thank you, i will make test.
is there a log file for ImageMagick's Error ?
by easy_easy
2018-09-08T01:27:51-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

When i started to install new version only php command was working and convert was not so i needed php lib to make it work.
Then after the new install all was working normally.
I've tried magick : the command is not found .
I tried in my terminal convert and it was working but still the same error ...
by easy_easy
2018-09-07T01:46:16-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Hello, i've correctly updated Imagemagick here is my new convert -version :
Version: ImageMagick 7.0.8-11 Q16 x86_64 2018-09-06 https://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP ...
by easy_easy
2018-09-05T07:16:25-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Hello thanks for your test .
My version is 6.7.7-10 maybe the bug was removed between this and your test version.
i think it's a bug with a dependencie with Debian (maybe) see the bug report of a user that have got the exact same problem "One
line is drawn from the end of the text back to the ...
by easy_easy
2018-09-04T23:07:11-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Ok ,thanks for your quick answer :
The result for this simple test :
https://i.imgur.com/7K1XnBB.png
The command line :
convert -size 333.359375x89 xc:none -font src/Lobster.ttf -pointsize 61.57 -fill white \ -gravity northwest -stroke black -strokewidth 10 -annotate +0+0 ' new element ...
by easy_easy
2018-09-03T23:38:01-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Re: Stroke , Outline Errors and Debian Version 7

Hello,
convert -version : ImageMagick 6.7.7-10 2018-05-23 Q16 http://www.imagemagick.org
i've tried with convert


$c1="#ffffff";
$cmd="-size {$width}x{$height} xc:none -font $font -pointsize $fontsize -fill orange \
-gravity northwest -stroke \"".$c1."\" -strokewidth 15 -annotate +0+0 '$text ...
by easy_easy
2018-09-03T13:37:43-07:00
Forum: Bugs
Topic: Stroke , Outline Errors and Debian Version 7
Replies: 20
Views: 41827

Stroke , Outline Errors and Debian Version 7

Hello, after a lot of research on the web, i can't find any answer for my problem.
I'm using Debian V7.11( Wheezy) with ImageMagick latest version 6.7.7.10 for this Debian Release.
As indicated : https://packages.debian.org/wheezy/imagemagick
I've tried apt-get upgrade but the version seems to be ...