Support for SilverLight
Status: Beta
Brought to you by:
michivo
Please add support for SilverLight.
The dependency on the Bitmap-class is concentrated in DmtxEncoder and DmtxDecoder. You could change this to WriteableBitmap, which exists in both SilverLight 3+ and .NET 3.0+. The API-surface is a little different (pixels stored as int[] instead of byte[]).
Another alternative would be to expose the DmtxImage class, some overloads in DmtxEncoder and DmtxDecoder, and some enums. Some properties would need to be made publicly readable.
Since SilverLight is more or less dead, I won't fix this...