Search found 5 matches

by mnz2000
2012-05-27T10:24:13-07:00
Forum: Bugs
Topic: stroke-dasharray misbehaviour with long strokes
Replies: 3
Views: 6760

Re: stroke-dasharray misbehaviour with long strokes

I did as suggested and fixed these two problems with the following changes to magick/draw.c: 1581c1581 < for (total_length=0.0; (total_length+length) < maximum_length; ) --- > for (total_length=0.0; (total_length+length) <= maximum_length; ) 1620c1620 < if ((total_length < maximum_length) &&...
by mnz2000
2012-05-25T07:46:03-07:00
Forum: Bugs
Topic: stroke-dasharray misbehaviour with long strokes
Replies: 3
Views: 6760

stroke-dasharray misbehaviour with long strokes

Hello! The following command produces an invalid dasharray: convert -size 100x100 xc:white -stroke black -fill none +antialias -draw "stroke-dasharray 40,10 path 'M 10,10 30,10 30,70 10,70 10,10'" test.png http://dev.noromaa.fi/dasharray_40_10.png The first dash is OK (20 pixels at top and...
by mnz2000
2010-09-16T14:35:01-07:00
Forum: Bugs
Topic: Website: x64 default download on Windows
Replies: 2
Views: 5871

Re: Website: x64 default download on Windows

I would also suggest to list the default (32-bit) choice first. Now an impatient user will download the first listed 64-bit version and then wonder why it doesn't work. Anyone wanting to download a 64-bit version will probably have the necessary expertise (and patience) to find the correct version f...
by mnz2000
2010-09-16T14:28:08-07:00
Forum: Bugs
Topic: ImageMagick-6.6.4-2-Q16-windows-dll.exe is missing Perl dll
Replies: 1
Views: 4335

Re: ImageMagick-6.6.4-2-Q16-windows-dll.exe is missing Perl

Also, the Image-Magick.ppd file has the following line:

Code: Select all

        <ARCHITECTURE NAME="MSWin32-x64-multi-thread-5.12" />
I believe this should be:

Code: Select all

        <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.12" />
by mnz2000
2010-09-16T14:21:10-07:00
Forum: Bugs
Topic: ImageMagick-6.6.4-2-Q16-windows-dll.exe is missing Perl dll
Replies: 1
Views: 4335

ImageMagick-6.6.4-2-Q16-windows-dll.exe is missing Perl dll

Hi, I just installed the 32-bit ImageMagick-6.6.4-2-Q16-windows-dll.exe on my 64-bit Windows 7 computer. I then opened C:\Program Files (x86)\ImageMagick-6.6.4-Q16\PerlMagick\x86\Image-Magick.tar.gz, and its blib\arch\auto\Image\Magick\ folder contained the following files: .exists Magick.bs Magick....