This code works in version 6.8.9.002-Q16-__x64__-net40 version:
var qSettings = new QuantizeSettings {Colors = 8, DitherMethod = DitherMethod.No};
However, when I switched to the __AnyCPU__ equivalent, it now tells me "Specified cast is not valid"
Any idea why that would be happening?
Comments: ** Comment from web user: dlemstra **
var qSettings = new QuantizeSettings {Colors = 8, DitherMethod = DitherMethod.No};
However, when I switched to the __AnyCPU__ equivalent, it now tells me "Specified cast is not valid"
Any idea why that would be happening?
Comments: ** Comment from web user: dlemstra **
This is a bug in the code that generates the AnyCPU code. You can expect a fix in a couple of days.