Danack
Danack
``` MagickSpreadImage(MagickWand *,const PixelInterpolateMethod,const double), ``` Someone will need to track down then this signature changed.
> I can post the exact parameters that cause it to fail Please can you do that. > This is the ImageMagick version running on my server: > ImageMagick 6.9.10-68...
It looks like it's just not been documented. https://github.com/Imagick/imagick/blob/master/imagick_class.c#L12755 Let me know if it doesn't work?
@SkepticaLee To point you in the right direction - the constants in Imagick are defined in [this file](https://github.com/Imagick/imagick/blob/209fe54148ed6068bc2d1e41a64fbd4bc95b4ae5/imagick_helpers.c#L978-L1246) All of them have this format: ``` IMAGICK_REGISTER_CONST_LONG("COMPOSITE_COLORDODGE", ColorDodgeCompositeOp); ``` where the...
To be clear, I'm not sure. > All the current, valid constants can be listed with: You should look in the code, so you can see that information depends on...
Could you post the source code you use to generate this image, and also circle on the image the exact area you're talking about. I think I can see what...