Question

is it possible to use the c# port of zxing in a Windows Phone 7 project?

I've tried a couple of things but zxing makes use of System.Drawing.Bitmap while that doesn't exist in Silverlight.

Was it helpful?

Solution

There is an .Net port of the ZXing library at http://zxingnet.codeplex.com/ that supports Silverlight and Windows Phone.

OTHER TIPS

System.Drawing.Bitmap isn't implemented on WP7 in this ctp.

I thought you might be interested in checking out this demo of something that has been done with QR codes on the phone.

The library from codeplex (http://silverlightzxing.codeplex.com) uses not up-to-date version of ZXing Library. Here is the port of ZXing 7.1 version to Silverlight.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top