<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.omniplanar.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SwiftDecoder Discussions</title><link>http://community.omniplanar.com/forums/9.aspx</link><description>Questions, answers and comments about Omniplanar's SwiftDecoder product</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20423.869)</generator><item><title>Codablock F Issue</title><link>http://community.omniplanar.com/forums/thread/524.aspx</link><pubDate>Tue, 22 Jun 2010 12:10:10 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:524</guid><dc:creator>kthxbye</dc:creator><slash:comments>4</slash:comments><comments>http://community.omniplanar.com/forums/thread/524.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=524</wfw:commentRss><description>&lt;p&gt;Helllo, &lt;br /&gt;&lt;br /&gt;the attached image contais a Codablock F symbol that can&amp;#39;t be decoded.&lt;/p&gt;&lt;p&gt;What can be done?&lt;/p&gt;&lt;p&gt;kthxbye &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Siemens code of code 39</title><link>http://community.omniplanar.com/forums/thread/503.aspx</link><pubDate>Tue, 05 Jan 2010 06:04:24 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:503</guid><dc:creator>Fathima Begum</dc:creator><slash:comments>5</slash:comments><comments>http://community.omniplanar.com/forums/thread/503.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=503</wfw:commentRss><description>&lt;p&gt;Is siemens code supported with swift decoder?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Erroneous Bounds of UPC Symbol</title><link>http://community.omniplanar.com/forums/thread/518.aspx</link><pubDate>Wed, 10 Feb 2010 15:44:41 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:518</guid><dc:creator>kthxbye</dc:creator><slash:comments>3</slash:comments><comments>http://community.omniplanar.com/forums/thread/518.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=518</wfw:commentRss><description>&lt;p&gt;We encountered erroneous bounds during certain circumstances. See attached images.&lt;br /&gt;The returned values for the symbol bounds are out of bounds, e.g. larger than the actual&lt;br /&gt;image (some 100 000) or even negative.&lt;br /&gt;I couldn&amp;#39;t reproduce the error with the PC demonstrator but with the example project we&lt;br /&gt;received for our embedded platform.&lt;br /&gt;Version: 8.12.0 &lt;br /&gt;This are the settings to reproduce the error:&lt;br /&gt;S 40011001 1 &amp;#39; UPC enabled&lt;br /&gt;S 40011006 1 &amp;#39; improve bounds UPC&lt;br /&gt;S 40005003 10000 &amp;#39; OP Mode: UNOP&lt;br /&gt;&lt;br /&gt;All other parameters were not changed.&lt;br /&gt;&lt;br /&gt;This issue is urgent, our customer is expecting a fix soon.&lt;br /&gt;&lt;br /&gt;kthxbye&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title> ImageConvert.dll -&gt; ConvertTo Method</title><link>http://community.omniplanar.com/forums/thread/517.aspx</link><pubDate>Tue, 02 Feb 2010 16:58:23 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:517</guid><dc:creator>dwparmanand</dc:creator><slash:comments>0</slash:comments><comments>http://community.omniplanar.com/forums/thread/517.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=517</wfw:commentRss><description>&lt;p&gt;Hi All. I wish to use the ImageCovert.dll to format a GIF into a PDF file. Any help on telling me what the OutPutFormat command is for ConvertImage method would be appreciated.&lt;/p&gt;&lt;p&gt;&amp;nbsp;This is what i have so far. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39; Save to memory using the Gif format&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewBitmap.Save(ms, ImageFormat.Gif)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;Save the file temporarily for conversion&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SaveMemoryStream(ms, GIFTempLocation &amp;amp; &amp;quot;\&amp;quot; &amp;amp; strNow &amp;amp; &amp;quot;.Gif&amp;quot;) &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;convert image to PDF file file&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objV.ConvertImage(&amp;quot;Some OutPutFormat Here!!!&amp;quot;, GIFTempLocation &amp;amp; &amp;quot;\&amp;quot; &amp;amp; strNow &amp;amp; &amp;quot;.Gif&amp;quot;, GIFTempLocation &amp;amp; &amp;quot;\&amp;quot; &amp;amp; strNow &amp;amp; &amp;quot;.pdf&amp;quot;) &lt;/p&gt;&lt;p&gt;Dont know the type into insert here ...&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thank you. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Getting "&amp;" returned for bad 1d code 39 barcode</title><link>http://community.omniplanar.com/forums/thread/513.aspx</link><pubDate>Tue, 12 Jan 2010 20:59:30 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:513</guid><dc:creator>ibmldev</dc:creator><slash:comments>2</slash:comments><comments>http://community.omniplanar.com/forums/thread/513.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=513</wfw:commentRss><description>&lt;p&gt;Has anyone seen a &amp;quot;&amp;amp;&amp;quot; get returned when trying to read a bad 1d code 39 barcode?&amp;nbsp; If so do you know why? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>64-bit</title><link>http://community.omniplanar.com/forums/thread/508.aspx</link><pubDate>Wed, 06 Jan 2010 23:11:58 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:508</guid><dc:creator>gvandegrift</dc:creator><slash:comments>2</slash:comments><comments>http://community.omniplanar.com/forums/thread/508.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=508</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Does SwiftDecoder support 64-bit?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>check digits</title><link>http://community.omniplanar.com/forums/thread/502.aspx</link><pubDate>Tue, 05 Jan 2010 05:33:22 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:502</guid><dc:creator>Fathima Begum</dc:creator><slash:comments>4</slash:comments><comments>http://community.omniplanar.com/forums/thread/502.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=502</wfw:commentRss><description>&lt;p&gt;Can anyone brief on what all symbols or special characters can be used as check digits?&lt;/p&gt;</description></item><item><title>Parallel hardware key</title><link>http://community.omniplanar.com/forums/thread/501.aspx</link><pubDate>Tue, 01 Dec 2009 15:47:22 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:501</guid><dc:creator>jcarver</dc:creator><slash:comments>0</slash:comments><comments>http://community.omniplanar.com/forums/thread/501.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=501</wfw:commentRss><description>&lt;p&gt;how can I replace my parallel key with a usb key?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Data Matrix not decoding</title><link>http://community.omniplanar.com/forums/thread/497.aspx</link><pubDate>Wed, 28 Oct 2009 20:53:54 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:497</guid><dc:creator>agdavis</dc:creator><slash:comments>2</slash:comments><comments>http://community.omniplanar.com/forums/thread/497.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=497</wfw:commentRss><description>&lt;p&gt;I am having some problems with certain data matrix barcodes not decoding through the dll ... however they decode through the sample app&lt;/p&gt;&lt;p&gt;I have set all the settings I know off to no avail ...&lt;/p&gt;&lt;p&gt;[042916187](46744)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start Font DataMatrix&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]DataMatrix Eabled 1&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_BINARY_IMPROVEMENTS 1&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_MAX_MODULE_COUNT 144&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_MAX_MODULE_SIZE 50&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_MIN_MODULE_COUNT 8&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_MIN_MODULE_SIZE 20&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_NON_SQUARE_MODULES 0&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_SHIFTED_TILES 0&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_LOW_CONTRAST 1&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_SYMBOL_SIZE 1&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_ORIENTATIONS 1&lt;br /&gt;[042916187](46744)Font::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DataMatrix]SD_PROP_DM_RECT 1&lt;br /&gt;&lt;/p&gt;&lt;p&gt;any help would be appreciated&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Arthur &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Read rates for quality grades A, B, C and D on Datamatrix and 2of5 interleaved?</title><link>http://community.omniplanar.com/forums/thread/496.aspx</link><pubDate>Tue, 29 Sep 2009 17:44:10 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:496</guid><dc:creator>ToTTo</dc:creator><slash:comments>0</slash:comments><comments>http://community.omniplanar.com/forums/thread/496.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=496</wfw:commentRss><description>&lt;p&gt;As subject savs. Are there any representativ values for these two codes? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Swift decoder platform compatibility</title><link>http://community.omniplanar.com/forums/thread/494.aspx</link><pubDate>Thu, 24 Sep 2009 07:56:04 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:494</guid><dc:creator>pronob</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/494.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=494</wfw:commentRss><description>&lt;ol style="MARGIN-TOP:0in;"&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:navy;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font face="Trebuchet MS" color="navy" size="2"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Trebuchet MS&amp;#39;;"&gt;Whether it will work on java platform&amp;nbsp;1.3&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:navy;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font face="Trebuchet MS" color="navy" size="2"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Trebuchet MS&amp;#39;;"&gt;Support of Linux OS&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:navy;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font face="Trebuchet MS" color="navy" size="2"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Trebuchet MS&amp;#39;;"&gt;Will it integrate with a java application build on java platform 1.3&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="MARGIN:0in 0in 0pt;COLOR:navy;mso-list:l0 level1 lfo1;tab-stops:list .5in;"&gt;&lt;font face="Trebuchet MS" color="navy" size="2"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Trebuchet MS&amp;#39;;"&gt;Hows is the engine packaged like dll etc.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;</description></item><item><title>Strange bounds of UPC symbol</title><link>http://community.omniplanar.com/forums/thread/488.aspx</link><pubDate>Wed, 16 Sep 2009 11:43:00 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:488</guid><dc:creator>kthxbye</dc:creator><slash:comments>5</slash:comments><comments>http://community.omniplanar.com/forums/thread/488.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=488</wfw:commentRss><description>&lt;p&gt;The bounds of the attached UPC code are out of range, &lt;br /&gt;as coordinates of the rectangle I get &lt;br /&gt;&lt;/p&gt;&lt;p&gt;x0 = 107&lt;br /&gt;y0 = 159&lt;/p&gt;&lt;p&gt;x1 = 107&lt;br /&gt;y1 = 363&lt;/p&gt;&lt;p&gt;x2 = 107&lt;br /&gt;y2 = 159&lt;br /&gt;&lt;/p&gt;&lt;p&gt;x3 = 107&lt;br /&gt;y3 = 363&lt;/p&gt;&lt;p&gt;If I move the code a little bit in the field of view, the bounds are okay.&lt;br /&gt;If I switch SD_PROP_UPC_IMPROVE_BOUNDS to 0, it is also better though not accurate.&lt;/p&gt;&lt;p&gt;kthxbye &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Continuation of Code 128 Problem</title><link>http://community.omniplanar.com/forums/thread/487.aspx</link><pubDate>Tue, 15 Sep 2009 16:50:46 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:487</guid><dc:creator>rhoobler</dc:creator><slash:comments>0</slash:comments><comments>http://community.omniplanar.com/forums/thread/487.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=487</wfw:commentRss><description>&lt;p&gt;I continue to have a problems with a Code 128 bar code.&amp;nbsp; The HHP 4820 is reading this with no problem.&amp;nbsp; The encoded data should be the text shown below the bar code.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;A quick response to the cause and potential resolution would be highly appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>thread safe</title><link>http://community.omniplanar.com/forums/thread/485.aspx</link><pubDate>Fri, 04 Sep 2009 18:07:45 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:485</guid><dc:creator>dfick</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/485.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=485</wfw:commentRss><description>&lt;p&gt;Is the SwfitDecoder dll threadsafe in a Windows system?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Code 128 Cannot be decoded</title><link>http://community.omniplanar.com/forums/thread/479.aspx</link><pubDate>Wed, 05 Aug 2009 17:54:15 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:479</guid><dc:creator>rhoobler</dc:creator><slash:comments>3</slash:comments><comments>http://community.omniplanar.com/forums/thread/479.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=479</wfw:commentRss><description>&lt;p&gt;The attached Code 128 bar code cannot be decoded.&amp;nbsp; I believe this is the same codeword gap that was improved a couple of months ago.&amp;nbsp; Can you confirm that?&amp;nbsp; Is it possible to once again improve the algorithm to pick this up?&amp;nbsp; This is for a very important client, so I&amp;#39;m hoping for an answer/solution quickly.&lt;/p&gt;</description></item><item><title>UPC Check Digit</title><link>http://community.omniplanar.com/forums/thread/481.aspx</link><pubDate>Wed, 05 Aug 2009 22:53:00 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:481</guid><dc:creator>rhoobler</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/481.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=481</wfw:commentRss><description>&lt;p&gt;I would like to request that an option to strip the check digit from a UPC bar code be added to SwiftDecoder.&amp;nbsp; Can this be added?&amp;nbsp; &lt;/p&gt;</description></item><item><title>Datamatrix could not be decoded</title><link>http://community.omniplanar.com/forums/thread/474.aspx</link><pubDate>Fri, 31 Jul 2009 19:38:20 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:474</guid><dc:creator>ankur.kamdar</dc:creator><slash:comments>4</slash:comments><comments>http://community.omniplanar.com/forums/thread/474.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=474</wfw:commentRss><description>The attached data matrix does not decode for me, does it decode for you?&lt;a href="http://community.omniplanar.com/files/folders/manuals/entry106.aspx" target="_blank"&gt;&lt;/a&gt;&lt;br /&gt;</description></item><item><title>AGC Function result useless</title><link>http://community.omniplanar.com/forums/thread/471.aspx</link><pubDate>Wed, 01 Jul 2009 09:55:24 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:471</guid><dc:creator>kthxbye</dc:creator><slash:comments>2</slash:comments><comments>http://community.omniplanar.com/forums/thread/471.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=471</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Attached you find an image where SD_ComputeAGC() resulted in a value of 0.&lt;br /&gt;The image should be okay and an decoding attempt is successfull.&lt;/p&gt;&lt;p&gt;&amp;nbsp;If the image content in the lower LEFT corner is more structured/textured,&lt;br /&gt;SD_ComputeAGC() computes a more reasonable value.&lt;/p&gt;&lt;p&gt;kthxbye &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Difficulties decoding Data Matrix</title><link>http://community.omniplanar.com/forums/thread/468.aspx</link><pubDate>Mon, 15 Jun 2009 12:48:56 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:468</guid><dc:creator>kthxbye</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/468.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=468</wfw:commentRss><description>&lt;p&gt;I attached 2 images, one can be decoded within ~100ms (total system time) the other one&lt;br /&gt;fails after ~1400ms. The images are prefiltered by our filter which outputs a binary image in this case.&lt;/p&gt;&lt;p&gt;Why does it take so long to issue a fail /&amp;nbsp; why can&amp;#39;t the code be decoded?&lt;br /&gt;Is Swift Decoder not optimized to decode binary images?&lt;/p&gt;kthxbye&lt;br /&gt;</description></item><item><title>Undecodable DataMatrix Barcode</title><link>http://community.omniplanar.com/forums/thread/467.aspx</link><pubDate>Wed, 10 Jun 2009 23:19:14 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:467</guid><dc:creator>rhoobler</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/467.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=467</wfw:commentRss><description>&lt;p&gt;Can you tell me why the attached images does not decode?&lt;/p&gt;</description></item><item><title>Trouble getting in contact with sales</title><link>http://community.omniplanar.com/forums/thread/465.aspx</link><pubDate>Thu, 04 Jun 2009 05:58:14 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:465</guid><dc:creator>Per Christian Moen</dc:creator><slash:comments>0</slash:comments><comments>http://community.omniplanar.com/forums/thread/465.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=465</wfw:commentRss><description>&lt;p&gt;
We are a returning customer and would like to order more licenses. We&amp;#39;ve tried the request for quote form several times, sent mails to our contact David Abbondanzio and calling the phone number on the contact us page. But we&amp;#39;ve not yet gotten a reply. We have have also contacted a Norwegian reseller of Metrologic and Honeywell equipment. They the have also not succeeded in getting hold of anybody. 
&lt;/p&gt;
&lt;p&gt;
Could somebody please help us get in contact with sales.
&lt;/p&gt;
&lt;p&gt;
Thanks
&lt;/p&gt;
&lt;p&gt;
Per Christian Moen
&lt;/p&gt;

</description></item><item><title>Dongle Parallel/USB</title><link>http://community.omniplanar.com/forums/thread/464.aspx</link><pubDate>Mon, 25 May 2009 07:12:58 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:464</guid><dc:creator>brun</dc:creator><slash:comments>0</slash:comments><comments>http://community.omniplanar.com/forums/thread/464.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=464</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have a parrallel dongle for the swiftdecoder software. I would like to make an exchange for a usb one. Can I directly send it to omniplanar ?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks ,&lt;/p&gt;&lt;p&gt;Xavier&amp;nbsp; Brun&lt;/p&gt;&lt;p&gt;Actemium (ex-CESA) &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Unicode and 64-bit support</title><link>http://community.omniplanar.com/forums/thread/462.aspx</link><pubDate>Thu, 21 May 2009 21:07:38 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:462</guid><dc:creator>yzhang</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/462.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=462</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello,&lt;/p&gt;&lt;p&gt;This is Yong Zhang with Perceptive Software. We&amp;#39;re currently using SwiftDecoder&amp;nbsp; 8.5.2. I am working on finding all the information about unicode and 64-bit support by this SDK. So far I haven&amp;#39;t found it supports unicode or has 64-bit version. So do you have 64-bit version of it? Can you also please answer following questions for Unicode?&lt;br /&gt;Level of support for unicode - what version of unicode standard do you support? &lt;br /&gt;Encodings - what unicode encodings are you using? &lt;br /&gt;What languages are you localized into?&lt;br /&gt;GUI support? If we expose your GUI is it unicode capable? &lt;br /&gt;What kind of support do you have to right to left display?&lt;br /&gt;&lt;br /&gt;If SwiftDecoder doesn&amp;#39;t support unicode or have 64-bit version at all, do you have any plan for them?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Yong&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Subregion values</title><link>http://community.omniplanar.com/forums/thread/460.aspx</link><pubDate>Mon, 20 Apr 2009 14:40:04 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:460</guid><dc:creator>kthxbye</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/460.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=460</wfw:commentRss><description>The pixel density tells the decoder the dimensions width/height of the image in millimeter.&lt;br /&gt;&lt;br /&gt;1.) What happens if the width/height/top/bottom values of the subregion property exceed the meaningful range? &lt;br /&gt;How is the decoder handling those out of range values? Are there internal plausibility checks?&lt;br /&gt;&lt;br /&gt;2.) Do the subregions have a &amp;quot;soft&amp;quot; border? Are codes that are outside the region but &lt;br /&gt;very close to the border sometimes decoded? &lt;br /&gt;&lt;br /&gt;kthxbye</description></item><item><title>Problem reading 3 of 9</title><link>http://community.omniplanar.com/forums/thread/458.aspx</link><pubDate>Wed, 15 Apr 2009 16:09:32 GMT</pubDate><guid isPermaLink="false">fe4fc571-5de4-481a-883f-d45edf51b779:458</guid><dc:creator>Adam</dc:creator><slash:comments>1</slash:comments><comments>http://community.omniplanar.com/forums/thread/458.aspx</comments><wfw:commentRss>http://community.omniplanar.com/forums/commentrss.aspx?SectionID=9&amp;PostID=458</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi, I have this image of a 3 of 9 barcode created using the Free 3 of 9 font in microsoft word, and I can&amp;#39;t seem to get swiftdecoder to recognize any of the barcodes on it.&amp;nbsp; Would you be able to take a look at it and let me know what is causing the problem?&amp;nbsp; We are able to recognize it using other decoding software.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Adam &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>