<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for DataMatrix.net</title><link>https://sourceforge.net/p/datamatrixnet/activity/</link><description>Recent activity for DataMatrix.net</description><language>en</language><lastBuildDate>Thu, 13 Jul 2023 06:53:28 -0000</lastBuildDate><item><title>Shlomo Reches posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/2827d8e0ac/?limit=25#277e</link><description>Hi, I would like to create a string with TAB, say AAA + TAB + BBB. I tried the following without any success: AAA~009BBB AAA~~009BBB AAA&lt;009&gt;BBB AAA~d009BBB AAA$IBBB AAA($)IBBB AAA\011BBB AAA\tBBB For ~009 the DmtxScheme/s I tried are the following but nothing worked for me: DmtxSchemeX12, DmtxSchemeBase256, DmtxSchemeC40, DmtxSchemeAscii, DmtxSchemeText Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shlomo Reches</dc:creator><pubDate>Thu, 13 Jul 2023 06:53:28 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/2827d8e0ac/?limit=25#277e</guid></item><item><title>Tony Khorouzan posted a comment on ticket #5</title><link>https://sourceforge.net/p/datamatrixnet/bugs/5/?limit=25#5a73</link><description>Further analysis: The original libdmtx library is correct and the code in datamatrix.net is incorrect. The code should check for the 0x80 (visited) bit. The visited flag is set in TrailBlazeContinuous (via MatrixRegionSeekEdge), TrailBlazeGapped (MatrixRegionOrientation), or when successfully decoding a found barcode (MatrixRegion call into CacheFillQuad). It is cleared in TrailBlazeContinuous. If no regions/barcodes are found, this test will never be true as the visited bit is reset by TrailClear....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Mon, 31 Oct 2022 16:03:42 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/bugs/5/?limit=25#5a73</guid></item><item><title>Tony Khorouzan modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/b611736fc5/?limit=25#9b93</link><description>The RowPadBytes calculation was not correct (either before or after my change above). The below addresses the issue: // For efficiency, the system ensures that the data is packed into rows that begin on a four byte boundary // -- this means they are padded out to a multiple of four bytes. The stride includes the pad bytes. int padBytes = (stride - (dmtxImg.Width * dmtxImg.BytesPerPixel)); // The current RowSizeBytes was calculated off the data bytes and does not include any pad bytes, but it should....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Tue, 27 Sep 2022 16:42:21 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/b611736fc5/?limit=25#9b93</guid></item><item><title>Tony Khorouzan posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/b611736fc5/?limit=25#9b93</link><description>The RowPadBytes calculation was not correct (either before or after my change above). The below addresses the issue: // For efficiency, the system ensures that the data is packed into rows that begin on a four byte boundary // -- this means they are padded out to a multiple of four bytes. The stride includes the pad bytes. int padBytes = (stride - (dataMatrixImg.Width * dataMatrixImg.BytesPerPixel)); // The current RowSizeBytes was calculated off the data bytes and does not include any pad bytes,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Tue, 27 Sep 2022 16:40:31 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/b611736fc5/?limit=25#9b93</guid></item><item><title>Tony Khorouzan posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/b611736fc5/?limit=25#2cea</link><description>The Image Decoder assumes images are 24 bpp. This is normally fine, as the project test code (DataMatrixTest\Program.cs) creates images with this Pixel Format. (Specifically: The image is provided to DecodeImage(). Testing will typically result in using EncodeImage which calls DmtxImageEncoder's CopyDataToBitmap which creates the image as PixelFormat.Format24bppRgb.) Otherwise, it skews the image each line. Barcodes will be found, as the detection is tolerant of minor skews, but the calculated region...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Mon, 26 Sep 2022 22:37:01 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/b611736fc5/?limit=25#2cea</guid></item><item><title>Tony Khorouzan modified a comment on a wiki page</title><link>https://sourceforge.net/p/datamatrixnet/wiki/Home/?limit=25#1436</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Thu, 15 Sep 2022 15:52:53 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/wiki/Home/?limit=25#1436</guid></item><item><title>Tony Khorouzan posted a comment on a wiki page</title><link>https://sourceforge.net/p/datamatrixnet/wiki/Home/?limit=25#1436</link><description>Sorry about a duplicate (previous) posting in "Support/Issues". I am now thinking that this is a better forum for discussion. The posting in "Support/Issues" should probably be removed. In DmtxDecode, in method RegionScanPixel, at line 691: int cacheIndex = this.DecodeGetCache(loc.X, loc.Y); if (cacheIndex == -1) return null; if (this._cache[cacheIndex] != 0x00) return null; is checking to see if any flag is set. This is inconsistent with the code in GetStrongestNeighbor, at line 789: int cacheIndex...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Thu, 15 Sep 2022 15:51:48 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/wiki/Home/?limit=25#1436</guid></item><item><title>Tony Khorouzan posted a comment on ticket #5</title><link>https://sourceforge.net/p/datamatrixnet/bugs/5/?limit=25#5470</link><description>I am noticing that the current test if (this._cache[cacheIndex] != 0x00) instead of if ((this._cache[cacheIndex] &amp; 0x80) != 0x00) runs 60 times faster. It is so slow using the original libdmtx that it makes me speculative it may be a intentional optimization: any value indicates a "visited" aspect, if not a full "visited", and it is appropriate to skip the grid location without testing it further.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Thu, 15 Sep 2022 15:21:51 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/bugs/5/?limit=25#5470</guid></item><item><title>Tony Khorouzan created ticket #5</title><link>https://sourceforge.net/p/datamatrixnet/bugs/5/</link><description>RegionScanPixel appears to have incorrect cacheIndex test</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tony Khorouzan</dc:creator><pubDate>Mon, 12 Sep 2022 22:55:08 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/bugs/5/</guid></item><item><title>Kevin Albrecht modified a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#c98c</link><description>Hey Nebuk, I know this is quite an old post &amp; I am sure you have moved on, but I was able to decode these successfully myself &amp; wanted to show my slightly different code. I believe you may have been missing the .ToArray() when assigning the value to (in my case) the datas() array: If strName = "" Then Dim dm As Bitmap = New Bitmap(InFile) Dim decoder As New DataMatrix.net.DmtxImageDecoder datas = decoder.DecodeImage(dm).ToArray() For Each d As String In datas If d.Trim().Length &gt; 16 Then strName...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Albrecht</dc:creator><pubDate>Wed, 18 May 2022 20:04:36 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#c98c</guid></item><item><title>Kevin Albrecht posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#c98c</link><description>Hey Nebuk, I know this is quite an old post &amp; I am sure you have moved on, but I was able to decond these successfully myself &amp; wanted to show my slightly different code. I believe you may have been missing the .ToArray() when assigning the value to (in my case) the datas() array: If strName = "" Then Dim dm As Bitmap = New Bitmap(InFile) Dim decoder As New DataMatrix.net.DmtxImageDecoder datas = decoder.DecodeImage(dm).ToArray() For Each d As String In datas If d.Trim().Length &gt; 16 Then strName...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Albrecht</dc:creator><pubDate>Wed, 18 May 2022 20:04:04 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#c98c</guid></item><item><title>hao9862 posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/95799cfd1d/?limit=25#34ea</link><description>I am testing in the C#. Using options.Scheme = DmtxScheme.DmtxSchemeAutoFast and options.Scheme = DmtxScheme.DmtxSchemeAutoBest cannot working. the error message "System.NullReferaceException:" 'Object reference not set to an instance of an object' . do you have any ideas? Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hao9862</dc:creator><pubDate>Sun, 24 Apr 2022 12:08:33 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/95799cfd1d/?limit=25#34ea</guid></item><item><title>James Greene posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/be4538a9d6/?limit=25#290a</link><description>Do you have software that will read Direct Part Marking (DPM) code? They are made up of dots.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Greene</dc:creator><pubDate>Wed, 16 Feb 2022 17:46:04 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/be4538a9d6/?limit=25#290a</guid></item><item><title>Jan Boettcher posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/abe5ba1ec7/?limit=25#6627</link><description>If a given text can not be encoded with the given options DmtxImageEncoder.EncodeImage fails with an exception. Is there a way to check if its encodeable without catching that exception? Regards, Jan</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Boettcher</dc:creator><pubDate>Tue, 25 Jan 2022 10:48:53 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/abe5ba1ec7/?limit=25#6627</guid></item><item><title>RUBEN ALEJANDRO BIGNU posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/f780a5ba/?limit=25#0df0</link><description>Hello Heidi, nice to meet you. Did you find out how to generate a GS1 Datamatrix? If you did, please let me know how. Thank you very muc in advance. Ruben</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RUBEN ALEJANDRO BIGNU</dc:creator><pubDate>Fri, 31 Dec 2021 11:26:44 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/f780a5ba/?limit=25#0df0</guid></item><item><title>Hannu Korhonen posted a comment on ticket #4</title><link>https://sourceforge.net/p/datamatrixnet/support-requests/4/?limit=25#2ea9</link><description>Hi, is this MIT license issue progressing at the moment? If not, we are not able to use this nice lib in our software...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hannu Korhonen</dc:creator><pubDate>Wed, 15 Jan 2020 10:14:47 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/support-requests/4/?limit=25#2ea9</guid></item><item><title>Stefan Reichl created ticket #5</title><link>https://sourceforge.net/p/datamatrixnet/support-requests/5/</link><description>Make Datamatrix Code using ISO-8859</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Reichl</dc:creator><pubDate>Wed, 20 Mar 2019 11:02:14 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/support-requests/5/</guid></item><item><title>Michael Faschinger posted a comment on ticket #4</title><link>https://sourceforge.net/p/datamatrixnet/support-requests/4/?limit=25#f80c</link><description>Yes, it is - I am sorry, I will add the MIT license with the next release. Be careful with iTextSharp though (which is part of the bintools-package). iTextSharp is released under AGPL, which is more restrictive than MIT license.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Mon, 11 Mar 2019 22:10:48 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/support-requests/4/?limit=25#f80c</guid></item><item><title>Markus Jünemann created ticket #4</title><link>https://sourceforge.net/p/datamatrixnet/support-requests/4/</link><description>MIT License?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Jünemann</dc:creator><pubDate>Mon, 11 Mar 2019 15:01:40 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/support-requests/4/</guid></item><item><title>Stefan Reichl posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/08bdfc651d/?limit=25#b014</link><description>Hi there, I try to create Datamatrix with german umlaute within ( i.e. ÄäÖöÜüß) How can i do this? Regards Stefan</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Reichl</dc:creator><pubDate>Fri, 22 Feb 2019 13:19:16 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/08bdfc651d/?limit=25#b014</guid></item><item><title>Murat YILDIZ created ticket #4</title><link>https://sourceforge.net/p/datamatrixnet/bugs/4/</link><description>Bug in "InsertPaddingBytes" function</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murat YILDIZ</dc:creator><pubDate>Wed, 23 May 2018 11:10:44 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/bugs/4/</guid></item><item><title>Michael Faschinger committed [r37]</title><link>https://sourceforge.net/p/datamatrixnet/code/37/</link><description>add specific changes for beck</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Sat, 06 Jan 2018 22:52:23 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/37/</guid></item><item><title>Michael Faschinger committed [r36]</title><link>https://sourceforge.net/p/datamatrixnet/code/36/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Sat, 06 Jan 2018 22:51:30 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/36/</guid></item><item><title>MEhul posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/35f2c614/?limit=25#f883</link><description>how do i get DmtxImageEncoderOptions of property name FNC1?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MEhul</dc:creator><pubDate>Thu, 17 Aug 2017 00:50:12 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/35f2c614/?limit=25#f883</guid></item><item><title>MEhul posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/9bd0c360/?limit=25#f778</link><description>If DataMatrix.net does support GS1 DataMatrix format then please anyone help me. send me dll link also send me some example so i can review and implement that. my string is look like (01)09103910390193019310 after using GS1 when i will scan then output will come without bracket. 0109103910390193019310</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MEhul</dc:creator><pubDate>Mon, 14 Aug 2017 07:17:33 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/9bd0c360/?limit=25#f778</guid></item><item><title>Jochen posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/f2c74aac/?limit=25#c39e</link><description>I found out, that the Android-App i-nigma makes it right and choses the right encoding. Others, like "Barcode Scanner" don't. It could be a bug in those apps, so I still need to know if datamatrix.net makes it right and sets the ECI-Header.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochen</dc:creator><pubDate>Wed, 02 Aug 2017 15:12:06 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/f2c74aac/?limit=25#c39e</guid></item><item><title>Jochen posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/f2c74aac/?limit=25#e0f4</link><description>Hi, I'm not sure about one thing. I don't get the datamatrix barcode with UTF-8 encoded text and special characters to work. The special characters are availiable in UTF-8 but seem to become misinterpreted. I updated to version 0.4.4 but still get the same behaviour. Am I right, that the ECI-Header is not set corresponding to the encoding, when the barcode is created? How can I make sure the barcode reader uses the right encoding to read the data (ISO-8859-1 would be okay too)? Even when I create...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jochen</dc:creator><pubDate>Wed, 02 Aug 2017 11:55:01 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/f2c74aac/?limit=25#e0f4</guid></item><item><title>Michael Faschinger posted a comment on ticket #2</title><link>https://sourceforge.net/p/datamatrixnet/bugs/2/?limit=25#635c</link><description>Since SilverLight is more or less dead, I won't fix this...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Thu, 02 Mar 2017 08:00:05 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/bugs/2/?limit=25#635c</guid></item><item><title>Michael Faschinger modified ticket #2</title><link>https://sourceforge.net/p/datamatrixnet/bugs/2/</link><description>Support for SilverLight</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Thu, 02 Mar 2017 08:00:05 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/bugs/2/</guid></item><item><title>DataMatrix.net released /rel0.4/rel0.4.4/DataMatrixNet-src-0.4.4.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.4/DataMatrixNet-src-0.4.4.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DataMatrix.net</dc:creator><pubDate>Tue, 28 Feb 2017 20:46:03 -0000</pubDate><guid>https://sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.4/DataMatrixNet-src-0.4.4.zip/download</guid></item><item><title>DataMatrix.net released /rel0.4/rel0.4.4/DataMatrixNet-bin-0.4.4.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.4/DataMatrixNet-bin-0.4.4.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DataMatrix.net</dc:creator><pubDate>Tue, 28 Feb 2017 20:46:03 -0000</pubDate><guid>https://sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.4/DataMatrixNet-bin-0.4.4.zip/download</guid></item><item><title>DataMatrix.net released /rel0.4/rel0.4.4/DataMatrixNet-bintools-0.4.4.zip</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.4/DataMatrixNet-bintools-0.4.4.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DataMatrix.net</dc:creator><pubDate>Tue, 28 Feb 2017 20:46:03 -0000</pubDate><guid>https://sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.4/DataMatrixNet-bintools-0.4.4.zip/download</guid></item><item><title>Michael Faschinger committed [r35]</title><link>https://sourceforge.net/p/datamatrixnet/code/35/</link><description>FIX error parsing colors passed to EncodeDataMa...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 28 Feb 2017 20:41:15 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/35/</guid></item><item><title>Michael Faschinger committed [r34]</title><link>https://sourceforge.net/p/datamatrixnet/code/34/</link><description>FIX error parsing colors passed to EncodeDataMa...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 28 Feb 2017 06:06:32 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/34/</guid></item><item><title>Heidi Alford posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/f780a5ba/?limit=25#94df</link><description>Well, it's probably a little late to help you, but for future reference the following...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heidi Alford</dc:creator><pubDate>Thu, 02 Feb 2017 13:01:27 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/f780a5ba/?limit=25#94df</guid></item><item><title>Farhad Rastegarpanah posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/0e19c15a/?limit=25#5ffc</link><description>There is a problem for Extended ASCII Codes number after 127. Encoding.GetBytes(string)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Farhad Rastegarpanah</dc:creator><pubDate>Thu, 06 Aug 2015 14:52:32 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/0e19c15a/?limit=25#5ffc</guid></item><item><title>leonard de lanerole posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/f780a5ba/?limit=25#3db2</link><description>Hi Guys, I have spent hours to find out about how to write my first 2 barcode for...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">leonard de lanerole</dc:creator><pubDate>Tue, 02 Jun 2015 12:18:12 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/f780a5ba/?limit=25#3db2</guid></item><item><title>Michael Faschinger committed [r33]</title><link>https://sourceforge.net/p/datamatrixnet/code/33/</link><description>CHG: end support for .net-cf-version</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 24 Mar 2015 21:58:50 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/33/</guid></item><item><title>Michael Faschinger committed [r32]</title><link>https://sourceforge.net/p/datamatrixnet/code/32/</link><description>CHG: end support for .net-cf-version</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 24 Mar 2015 21:54:26 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/32/</guid></item><item><title>Michael Faschinger committed [r31]</title><link>https://sourceforge.net/p/datamatrixnet/code/31/</link><description>FEATURE: add character encoding to encoder options</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 24 Mar 2015 21:53:28 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/31/</guid></item><item><title>Michael Faschinger committed [r30]</title><link>https://sourceforge.net/p/datamatrixnet/code/30/</link><description>FIX: minor fix, improves performance of decoder...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 24 Mar 2015 21:52:38 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/code/30/</guid></item><item><title>DataMatrix.net released /rel0.4/rel0.4.3/DataMatrixNet-src-0.4.3.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.3/DataMatrixNet-src-0.4.3.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DataMatrix.net</dc:creator><pubDate>Tue, 24 Mar 2015 21:51:03 -0000</pubDate><guid>http://sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.3/DataMatrixNet-src-0.4.3.zip/download</guid></item><item><title>DataMatrix.net released /rel0.4/rel0.4.3/DataMatrixNet-bin-0.4.3.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.3/DataMatrixNet-bin-0.4.3.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DataMatrix.net</dc:creator><pubDate>Tue, 24 Mar 2015 21:51:03 -0000</pubDate><guid>http://sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.3/DataMatrixNet-bin-0.4.3.zip/download</guid></item><item><title>DataMatrix.net released /rel0.4/rel0.4.3/DataMatrixNet-bintools-0.4.3.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.3/DataMatrixNet-bintools-0.4.3.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DataMatrix.net</dc:creator><pubDate>Tue, 24 Mar 2015 21:51:03 -0000</pubDate><guid>http://sourceforge.net/projects/datamatrixnet/files/rel0.4/rel0.4.3/DataMatrixNet-bintools-0.4.3.zip/download</guid></item><item><title>Michael Faschinger posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af/c606/86cd</link><description>Now he did :). I didn't see the post until now.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 24 Mar 2015 21:47:51 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af/c606/86cd</guid></item><item><title>Michael Faschinger posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af/ce39</link><description>I am not a license expert, but my intention is that anyone can use the library at...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Faschinger</dc:creator><pubDate>Tue, 24 Mar 2015 21:46:53 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af/ce39</guid></item><item><title>Nicolas posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af/c606</link><description>Did you get an answer?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas</dc:creator><pubDate>Mon, 23 Mar 2015 12:07:57 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af/c606</guid></item><item><title>Nebuk posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#a635</link><description>The Form for the Code:</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nebuk</dc:creator><pubDate>Fri, 22 Aug 2014 11:52:25 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#a635</guid></item><item><title>Nebuk posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#6a72</link><description>Hello, i write a small application for encode and it work wonderfull. But if i want...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nebuk</dc:creator><pubDate>Fri, 22 Aug 2014 11:46:06 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/172746bb/?limit=25#6a72</guid></item><item><title>Holger2012 posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/d2db7023/?limit=25#867f</link><description>Hi, first of all thank you for the great work. But is it possible to create reader...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Holger2012</dc:creator><pubDate>Tue, 05 Aug 2014 09:15:31 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/d2db7023/?limit=25#867f</guid></item><item><title>Vanessa Liang posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/d69a1437/?limit=25#1c90</link><description>We have recently developed a tab-delimited datamatrix barcode. When we scan the barcode...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vanessa Liang</dc:creator><pubDate>Wed, 23 Jul 2014 21:25:17 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/d69a1437/?limit=25#1c90</guid></item><item><title>wn7777 posted a comment on discussion Help</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/c4ae8874/?limit=50#e644</link><description>Can you show some sample code in C# of setting the decode symbol size? Thanks, B...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wn7777</dc:creator><pubDate>Thu, 15 May 2014 20:34:14 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030457/thread/c4ae8874/?limit=50#e644</guid></item><item><title>Anthony posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af</link><description>Hi, Very nice library. I want to use it but I need to clarify the licensing position....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anthony</dc:creator><pubDate>Tue, 29 Apr 2014 07:42:09 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/discussion/1030456/thread/8412a8a6/?limit=25#a0af</guid></item><item><title>Martin Pischky posted a comment on ticket #1</title><link>https://sourceforge.net/p/datamatrixnet/bugs/1/?limit=25#b853</link><description>It is DecodeSchemeAscii() not DecodeAscii() right? This should only be done when...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Pischky</dc:creator><pubDate>Sat, 25 Jan 2014 23:07:47 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/bugs/1/?limit=25#b853</guid></item><item><title>Martin Pischky created ticket #3</title><link>https://sourceforge.net/p/datamatrixnet/feature-requests/3/</link><description>FNC1 in GS1 Datamatrix</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Pischky</dc:creator><pubDate>Sat, 25 Jan 2014 22:38:42 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/feature-requests/3/</guid></item><item><title>Martin Pischky posted a comment on ticket #2</title><link>https://sourceforge.net/p/datamatrixnet/support-requests/2/?limit=25#cae6</link><description>Note: "]d2" is AIM identifier for gs1 datamatrix (datamatrix startion with FNC1)....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Pischky</dc:creator><pubDate>Sat, 25 Jan 2014 22:30:56 -0000</pubDate><guid>https://sourceforge.net/p/datamatrixnet/support-requests/2/?limit=25#cae6</guid></item></channel></rss>