<?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 JPEG Encoding/Decoding and VB .Net IPP Example in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-Encoding-Decoding-and-VB-Net-IPP-Example/m-p/990840#M22286</link>
    <description>I looked over the IPP VB example.  I was hoping to find out how to Encode/Decode JPEG's quickly with IPP.  Unfortunatly, the VB example is using the built in .Net functions to Load a JPEG and convert it to a bitmap (Its easy to read, but alot going on in this statement):&lt;BR /&gt;&lt;BR /&gt;'This statement loads a .Jpeg from disk into a memory Bitmap.&lt;BR /&gt;Dim bmp As Bitmap = New Bitmap(dlg.FileName)&lt;BR /&gt;&lt;BR /&gt;I dont even know how to start navigating what is needed to replace this with the IPP equivalent.&lt;BR /&gt;&lt;BR /&gt;Where do I start?&lt;BR /&gt;&lt;BR /&gt;Currently My .Net code saves a BitMap into a MemoryStream.  Using the built in .Net converters it takes between 75 Milisecnods and 100 Miliseconds on my P4 Laptop.:&lt;BR /&gt;&lt;BR /&gt;MyBitmap.Save(MyMemoryStream, System.Drawing.Imaging.ImageFormat.Jpeg)&lt;BR /&gt;&lt;BR /&gt;Also, I would be curious if anyone knows if the IPP libraries will give any performance savings in this case (are the IPP libraries significantly faster than the Built in .Net libraries for encoding/decoding Jpegs?)&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Sat, 14 May 2005 06:43:12 GMT</pubDate>
    <dc:creator>gregory_may</dc:creator>
    <dc:date>2005-05-14T06:43:12Z</dc:date>
    <item>
      <title>JPEG Encoding/Decoding and VB .Net IPP Example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-Encoding-Decoding-and-VB-Net-IPP-Example/m-p/990840#M22286</link>
      <description>I looked over the IPP VB example.  I was hoping to find out how to Encode/Decode JPEG's quickly with IPP.  Unfortunatly, the VB example is using the built in .Net functions to Load a JPEG and convert it to a bitmap (Its easy to read, but alot going on in this statement):&lt;BR /&gt;&lt;BR /&gt;'This statement loads a .Jpeg from disk into a memory Bitmap.&lt;BR /&gt;Dim bmp As Bitmap = New Bitmap(dlg.FileName)&lt;BR /&gt;&lt;BR /&gt;I dont even know how to start navigating what is needed to replace this with the IPP equivalent.&lt;BR /&gt;&lt;BR /&gt;Where do I start?&lt;BR /&gt;&lt;BR /&gt;Currently My .Net code saves a BitMap into a MemoryStream.  Using the built in .Net converters it takes between 75 Milisecnods and 100 Miliseconds on my P4 Laptop.:&lt;BR /&gt;&lt;BR /&gt;MyBitmap.Save(MyMemoryStream, System.Drawing.Imaging.ImageFormat.Jpeg)&lt;BR /&gt;&lt;BR /&gt;Also, I would be curious if anyone knows if the IPP libraries will give any performance savings in this case (are the IPP libraries significantly faster than the Built in .Net libraries for encoding/decoding Jpegs?)&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 14 May 2005 06:43:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-Encoding-Decoding-and-VB-Net-IPP-Example/m-p/990840#M22286</guid>
      <dc:creator>gregory_may</dc:creator>
      <dc:date>2005-05-14T06:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: JPEG Encoding/Decoding and VB .Net IPP Example</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-Encoding-Decoding-and-VB-Net-IPP-Example/m-p/990841#M22287</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;for VB environment it is better to create DLL with high-level interface (like IJL) and write VB interface only for this DLL than for thousands low-level functions in IPP&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 May 2005 02:08:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/JPEG-Encoding-Decoding-and-VB-Net-IPP-Example/m-p/990841#M22287</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-05-25T02:08:40Z</dc:date>
    </item>
  </channel>
</rss>

