From: dswitkin Date: Mon, 17 Nov 2008 22:10:45 +0000 (+0000) Subject: Created the base Writer object for all barcode encoding, then wrote a QR Code version... X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=eb2fb99b4e6ad935cbf277675226b820c0cd8f7d;p=zxing.git Created the base Writer object for all barcode encoding, then wrote a QR Code version. A Writer encodes a series of raw bytes into a 2D greyscale bitmap, represented by a ByteArray. This seems like a better container than MonochromeBitmapSource, because we may want shades of grey when encoding future formats. The next step is to hook this up to the Android client. git-svn-id: http://zxing.googlecode.com/svn/trunk@716 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/core/build.xml b/core/build.xml index 633d81b3..47abf129 100644 --- a/core/build.xml +++ b/core/build.xml @@ -41,10 +41,7 @@ optimize="true" debug="${generate-debug}" deprecation="true" - fork="true"> - - - + fork="true"/>