Hi,
I'm working on jb2
When I debug the following code, I run into the error "Cannot convert type Jb2Encoder to Atalasoft.Imaging.Codec.ImageEncoder"
using Atalasoft.Imaging.Codec.Jbig2
...
AtalaImage image = new AtalaImage("image.tif");
image.Save("image.jb2", new Jbig2Encoder(Jb2EncodingMode.Lossy), null);
I get this code from http://www.atalasoft.com/products/DotImage/Docs/Atalasoft.dotImage.Jbig2~Atalasoft.Imaging.Codec.Jbig2.Jb2Encoder.html
but it does not work. what could the problem be?