Search found 1 match

by dk010dk
2016-10-06T03:16:12-07:00
Forum: PerlMagick
Topic: PerlMagick Histogram Number of Colors
Replies: 1
Views: 18607

PerlMagick Histogram Number of Colors

Hello, I'm trying to produce a histogram limited to 256 colors, but I cannot find how to correctly specify the color limit which is causing an out of memory error. I have tried the following without success: my @aHistogram = $imSource->Histogram($iColorCount); my @aHistogram = $imSource->Histogram(c...