Search found 2 matches

by seebs
2013-06-18T10:40:19-07:00
Forum: Bugs
Topic: Dithering with Symbols not working
Replies: 2
Views: 2338

Re: Dithering with Symbols not working

Ah, yes that was the issue.
Replacing them with double-quotes solves the problem. Thank you for your assistance.
by seebs
2013-06-18T09:42:30-07:00
Forum: Bugs
Topic: Dithering with Symbols not working
Replies: 2
Views: 2338

Dithering with Symbols not working

Hello,
I am attempting to reproduce the "Dithering with Symbols" example here:
http://www.imagemagick.org/Usage/quantize/#diy_symbols
However I receive the error:
"unable to parse expression 'u[floor(15.9999*u)+1]' @error/fx.c/FxGetSymbol/1842."

Is anyone else able to reproduce this error? Any ...