v7 read or write problem
Posted: 2014-01-11T13:28:53-07:00
Windows 8.1, IM v7 downloaded today, ImageMagick-7.0.0-0~beta20140110-Q16-x64-dll.exe.
There is a problem reading or writing a greyscale image.
Create a greyscale image using IM v6.8.8-0:
Read it and write it with v7:
The result is red where I would expect grey. It has populated just the red channel instead of all three.
There is a problem reading or writing a greyscale image.
Create a greyscale image using IM v6.8.8-0:
Code: Select all
%IM%convert -size 100x200 gradient: ^
-rotate 90 ^
hdri_grad.png
Read it and write it with v7:
Code: Select all
%IMGF%magick ^
hdri_grad.png ^
hdri_gradSv.png
The result is red where I would expect grey. It has populated just the red channel instead of all three.