<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [vb.net] save jpeg in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883206#M10422</link>
    <description>&lt;P&gt;I think your best bet would be to stop what you are doing right now, and go and learn English instead of making life more difficult for people like me who are trying to work out what the hell you are on about!&lt;/P&gt;</description>
    <pubDate>Sun, 25 Feb 2007 00:29:08 GMT</pubDate>
    <dc:creator>loofemmaps</dc:creator>
    <dc:date>2007-02-25T00:29:08Z</dc:date>
    <item>
      <title>[vb.net] save jpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883202#M10418</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;How to encoder picture to jpeg format.&lt;BR /&gt;I have buffer in format YUY2, 32x32, 352x288 and many else.&lt;BR /&gt;I want save jpeg format to my biger file.&lt;BR /&gt;I get samples for visual basic, jpeg, image processing and not understanding to many function.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Tomasz Goral&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2007 10:48:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883202#M10418</guid>
      <dc:creator>t_goral</dc:creator>
      <dc:date>2007-02-14T10:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: [vb.net] save jpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883203#M10419</link>
      <description>&lt;P&gt;Hi Tomasz,&lt;/P&gt;
&lt;P&gt;I think it might be easier for you to build JPEG-IJL sample, which is IPP implementation of Intel JPEG Library in DLL, then you may use DLL from your VB program. It will be simplier then implementing the whole JPEG codec on VB with low-level IPP functions.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2007 10:41:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883203#M10419</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-02-15T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: [vb.net] save jpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883204#M10420</link>
      <description>I convert samples from vb6 (for il15.dll) to vb.net:&lt;BR /&gt;&lt;BR /&gt;Public Declare Function ijlErrorStr Lib "ijl20.dll" (&lt;MARSHALAS&gt; ByRef code As IJLERR) As Integer 'pointer to C-style string&lt;BR /&gt;&lt;BR /&gt;Public Declare Function ijlGetLibVersion Lib "ijl20.dll" () As IntPtr 'Integer 'pointer to IJLibVersion...&lt;BR /&gt;&lt;BR /&gt;Public Declare Function ijlWrite Lib "ijl20.dll" (&lt;MARSHALAS&gt; ByRef jcprops As JPEG_CORE_PROPERTIES, &lt;MARSHALAS&gt; ByVal iotype As IJLIOTYPE) As IJLERR&lt;BR /&gt;&lt;BR /&gt;Public Declare Function ijlRead Lib "ijl20.dll" (&lt;MARSHALAS&gt; ByRef jcprops As JPEG_CORE_PROPERTIES, &lt;MARSHALAS&gt; ByVal iotype As IJLIOTYPE) As IJLERR&lt;BR /&gt;&lt;BR /&gt;Public Declare Function ijlFree Lib "ijl20.dll" (&lt;MARSHALAS&gt; _&lt;BR /&gt; ByRef jcprops As JPEG_CORE_PROPERTIES) As IJLERR&lt;BR /&gt;&lt;BR /&gt;Public Declare Function ijlInit Lib "ijl20.dll" (&lt;MARSHALAS&gt; _&lt;BR /&gt;ByRef jcprops As JPEG_CORE_PROPERTIES) As IJLERR&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But now have some errors, unable to load dll ijl20.dll&lt;BR /&gt;.exe file and ijl20.dll is same directory&lt;BR /&gt;registry regsrv32 ijl20.dll return: LoadLibrary(ijl20.dll) failed&lt;BR /&gt;What wrong?&lt;BR /&gt;&lt;BR /&gt;Tomasz Goral&lt;BR /&gt;&lt;/MARSHALAS&gt;&lt;/MARSHALAS&gt;&lt;/MARSHALAS&gt;&lt;/MARSHALAS&gt;&lt;/MARSHALAS&gt;&lt;/MARSHALAS&gt;&lt;/MARSHALAS&gt;</description>
      <pubDate>Thu, 15 Feb 2007 19:00:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883204#M10420</guid>
      <dc:creator>t_goral</dc:creator>
      <dc:date>2007-02-15T19:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: [vb.net] save jpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883205#M10421</link>
      <description>&lt;P&gt;Tomasz,&lt;/P&gt;
&lt;P&gt;IJL is not an active x control, you do not need to register it with regsrv32.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2007 16:16:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883205#M10421</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-02-21T16:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: [vb.net] save jpeg</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883206#M10422</link>
      <description>&lt;P&gt;I think your best bet would be to stop what you are doing right now, and go and learn English instead of making life more difficult for people like me who are trying to work out what the hell you are on about!&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2007 00:29:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/vb-net-save-jpeg/m-p/883206#M10422</guid>
      <dc:creator>loofemmaps</dc:creator>
      <dc:date>2007-02-25T00:29:08Z</dc:date>
    </item>
  </channel>
</rss>

