Search found 1 match
- 2019-07-03T00:58:10-07:00
- Forum: Bugs
- Topic: Possible bug in FX hypot() function
- Replies: 2
- Views: 9321
Possible bug in FX hypot() function
If I try to reproduce Anthony Thyssen example from page: https://imagemagick.org/Usage/canvas/#gradient_complex magick -size 100x100 xc: +size xc:red xc:yellow -colorspace RGB ^ -fx "ar=hypot( i/w-.8, j/h-.3 )*4; br=hypot( i/w-.3, j/h-.7 )*4; u[1]*br/(ar+br) + u[2]*ar/(ar+br)" ^ -colorspace sRGB ...