Updated Wiki: Documentation
Building from sourcepre-requisitesVisual Studio 2010/2012Silverlight 4 SDK (if SL4 binaries should be built)Silverlight 5 SDK (if SL5 binaries should be built)Windows Phone 7.0/7.1/8.0 SDK (if WP7/WP8...
View ArticleCreated Issue: WriteableBitmapRenderer wrong color encoding [12867]
Hi,WriteableBitmapRenderer has wrong encoding of foreground and background color. In method Render(...) at line 163 and 164 there is a typo. Colors RED and BLUE should be exchanged. ```- int foreground...
View ArticleCommented Issue: Unable to detect Data Matrix barcode [12866]
I'm running the following code against an image taken from a PDF containing a Data Matrix barcode: private static string DecodeBarcode(string coverSheetImage){ var reader = new DataMatrixReader();...
View ArticleSource code checked in, #85753
IssueId #12867: WriteableBitmapRenderer wrong color encoding
View ArticleCommented Issue: WriteableBitmapRenderer wrong color encoding [12867]
Hi,WriteableBitmapRenderer has wrong encoding of foreground and background color. In method Render(...) at line 163 and 164 there is a typo. Colors RED and BLUE should be exchanged. ```- int foreground...
View ArticleSource code checked in, #85756
Merged revision(s) 85724-85755 from trunk/Source: added missing file reference ........ added relaxed mode for extended code 39 decoding, returning raw string if extended decoding fails ........ WinCE...
View ArticleNew Post: Test case failed for CODE39
I continued to test the CODE39 decoder. I have several success cases but the following one failed. Here is the link to the test image:https://www.dropbox.com/s/zjgc4t1r8ke9ycd/BadImage.TIF Since I know...
View ArticleUpdated Release: ZXing.Net 0.11.0.0
sync with Java version revision 2583binaries for Windows Runtine Components and a Portable Class Library addeddecoding of inverted codes (white-on-black instead of black-on-white)demos for Windows...
View ArticleUpdated Release: ZXing.Net 0.11.0.0
sync with Java version revision 2592binaries for Windows Runtine Components and a Portable Class Library addeddecoding of inverted codes (white-on-black instead of black-on-white)demos for Windows...
View ArticleNew Post: Test case failed for CODE39
It can be decoded, but that is tricky. The image is a little bit disturbed. The algorithm behind doesn't look at the whole image to find a barcode (for performance reasons). If you set TryHarder = true...
View ArticleUpdated Release: ZXing.Net 0.11.0.0 (Mrz 28, 2013)
sync with Java version revision 2592binaries for Windows Runtine Components and a Portable Class Library addeddecoding of inverted codes (white-on-black instead of black-on-white)demos for Windows...
View ArticleReleased: ZXing.Net 0.11.0.0 (Mar 28, 2013)
sync with Java version revision 2592 binaries for Windows Runtine Components and a Portable Class Library added decoding of inverted codes (white-on-black instead of black-on-white) demos for Windows...
View ArticleUpdated Release: ZXing.Net 0.11.0.0 (Mrz 28, 2013)
sync with Java version revision 2592binaries for Windows Runtine Components and a Portable Class Library addeddecoding of inverted codes (white-on-black instead of black-on-white)demos for Windows...
View ArticleNew Post: Test case failed for CODE39
I tried to change that magic number controlling the step width from 8 to 10, it can recognize the bar code in my test image. Great work! A little suggestion: we may want to make that magic number (8 or...
View ArticleNew Post: Windows 8 (WinRT) Sample Application
I downloaded the sample but when I tried to import it into Microsoft Visual Express 2012 for Windows 8, it gave me the following error: Unsupported This version of Visual Studio does not have the...
View ArticleNew Post: Windows 8 (WinRT) Sample Application
I believe you need the Windows Phone 8 SDK to load that project.
View ArticleNew Post: EAN_13 recognition from camera
Hello, I am fiddling with the Windows Phone sample. I am only concerned with EAN_13 barcodes scanning from the camera, and it seems that the zxing.net can't recognize them very well. It takes a lot of...
View Article