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.