Gradients in v7
Posted: 2016-02-25T22:21:43-07:00
v7 generates gradients with pixel values greater than 100%.
For example, with a Cygwin-compiled Q32 HDRI:
The final pixel is:
100.00000002328306437% of 2^32 is (2^32 + 1). The values should be (2^32). IM v6.9.0-0 gives the correct values.
For example, with a Cygwin-compiled Q32 HDRI:
Code: Select all
%IM7DEV%magick -size 1x10 xc: -sparse-color bilinear "0,0,black 0,9,white" -precision 20 txt:
Code: Select all
0,9: (4294967296,4294967296,4294967296) #FFFFFFFFFFFFFFFFFFFFFFFF srgb(100.00000002328306437%,100.00000002328306437%,100.00000002328306437%)