Search found 1 match

by bobmath
2014-03-18T22:30:09-07:00
Forum: Bugs
Topic: PerlMagick Quantize global option
Replies: 1
Views: 3103

PerlMagick Quantize global option

I'm getting the following error when trying to use the global option to the Quantize function in PerlMagick: Assertion failed: (name != (const char *) NULL), function QueryMagickColorCompliance, file magick/color.c, line 2564. My code is as follows: $image->Quantize(colors => 256, dither => 'False ...