image has pixels on left side

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
evil.img

image has pixels on left side

Post by evil.img »

My image has strange line of pixels at left side,

I try to use this more than one version of ImageMagick:

Code: Select all

ImageMagick-6.3.2-9.tar.bz2
ImageMagick-6.3.9-9.tar.bz2
ImageMagick-6.4.0.tar.bz2
ImageMagick-6.4.0-1.tar.bz2
with MagickWandForPhp 1.0.7 version,

Code: Select all

GLIBC_VERSION is glibc 2.3.6
see this picture for under standing :
Image

sometime ago i use older versions,

Code: Select all

ImageMagick 6.2.4 08/26/06 Q16
MagickWandForPhp 0.1.8 
and it works fine

what's going wrong ?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: image has pixels on left side

Post by magick »

Post a script that we can download and run to reproduce the problem you posted.
evil.img

Re: image has pixels on left side

Post by evil.img »

thx,
you can download test script http://source.nnov.ru/tests/imagemagick-tests.tar.bz2,
archive contains :
img8.php - script you need run
test - text files with vector data
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: image has pixels on left side

Post by magick »

Take a look at vector.36.txt. It appears to have bogus polyline points. If you remove this file the image is rendered properly.
Post Reply