Menu

#2 Support for SilverLight

v1.0 (example)
wont-fix
nobody
None
5
2017-03-02
2012-10-24
MizardX
No

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.

Discussion

  • Michael Faschinger

    • status: open --> wont-fix
    • Group: --> v1.0 (example)
     
  • Michael Faschinger

    Since SilverLight is more or less dead, I won't fix this...

     

Log in to post a comment.