Problem with gradient: IM 7.0.7-37 on Windows 10

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
User avatar
GeeMack
Posts: 718
Joined: 2015-12-01T22:09:46-07:00
Authentication code: 1151
Location: Central Illinois, USA

Problem with gradient: IM 7.0.7-37 on Windows 10

Post by GeeMack »

Using ImageMagick 7.0.7-37 Q16 x64 HDRI with Windows 10 and running this command...

Code: Select all

magick -size 2000x2000 gradient: gradtest.png
Produces this image...

Image

The top approximately 1% of the image is a gradient from white to black, and everything below that is pure black. This image is 2000x2000, and the gradient covers about the top 20 pixels. If I make the image 100x100, only the top single row will be white, and the remainder of the image is black.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem with gradient: IM 7.0.7-37 on Windows 10

Post by magick »

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.
jtafla
Posts: 1
Joined: 2018-06-03T19:34:17-07:00
Authentication code: 1152

Re: Problem with gradient: IM 7.0.7-37 on Windows 10

Post by jtafla »

If it's of any help, the same happens in Manjaro Linux. I'm using ImageMagick 7.0.7-37 Q16 x86_64 2018-05-30.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Problem with gradient: IM 7.0.7-37 on Windows 10

Post by fmw42 »

It is fixed in IM 7.0.7.38
Post Reply