<?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: loading an image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968097#M20385</link>
    <description>&lt;P&gt;Hi bobdenar,&lt;/P&gt;
&lt;P&gt;The libraries do not contain functions to work with files, but you can look at the examples, where you can find code to load/store bmp files. Take a look, for example, onj2kit sample, file dibfile.cpp.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 06 Mar 2004 01:10:58 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2004-03-06T01:10:58Z</dc:date>
    <item>
      <title>loading an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968096#M20384</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;i'm an new user of ipp libraries under vc++ 6.0.&lt;BR /&gt;I would like to load a bmp image from a directory, in ordr to use it in my code, how can i do ?</description>
      <pubDate>Fri, 05 Mar 2004 22:15:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968096#M20384</guid>
      <dc:creator>Deleted_U_Intel</dc:creator>
      <dc:date>2004-03-05T22:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: loading an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968097#M20385</link>
      <description>&lt;P&gt;Hi bobdenar,&lt;/P&gt;
&lt;P&gt;The libraries do not contain functions to work with files, but you can look at the examples, where you can find code to load/store bmp files. Take a look, for example, onj2kit sample, file dibfile.cpp.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 06 Mar 2004 01:10:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968097#M20385</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2004-03-06T01:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: loading an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968098#M20386</link>
      <description>Hi Bobdenar and Vladimir,

I am running into the following problem similar to Bobdenar's.
I am writing an image processing application which is supposed to load any sequence of common image files (jpg, targa, tiff, etc...) not only bmp files and apply some specific processing.
Excuse my question if it is too much of a newbie one (but I am... )

I found the ippi library to be very complete in terms of functionalities and downloaded it about 2 months ago. Now that I am back on this project, I couldn't find an entry point which will show me how to start with step 1 : "How do I load an image file whatever its type is ?"

Could someone *share* sample code or direct me to samples where I can find help on this topic ?
I'm banging my head on my desk for 3 days now... so please help. This is all I need to get started.

Thanks.

PS : i'm using c++/vc6 on windows.</description>
      <pubDate>Thu, 02 Dec 2004 00:50:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968098#M20386</guid>
      <dc:creator>therunner</dc:creator>
      <dc:date>2004-12-02T00:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: loading an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968099#M20387</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;IPP is low-level library, so it does not work with any file formats directly. Instead of that we have a number of samples which demostrates how to build codecs based on IPP functions to work with audio, video or images. For example, you can download JPEG samples, which contains JPEG codec. It will allow you to access to JPG files. But we do not have any samples to work with TARGA or TIFF files. So in this case you need some third-party solution.&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>Thu, 02 Dec 2004 02:08:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968099#M20387</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2004-12-02T02:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: loading an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968100#M20388</link>
      <description>for thirth party solution, I use wxWidgets for create a interface, and loading the image at any type. May be it can help you.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2006 22:52:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968100#M20388</guid>
      <dc:creator>mont_blanc</dc:creator>
      <dc:date>2006-12-14T22:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: loading an image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968101#M20389</link>
      <description>&lt;P&gt;You also might be interested in adopting IPP JPEG and JPEG2000 codecs, for their high performance and utilization of dual/quad core features of modern processors&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2006 05:23:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968101#M20389</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-12-16T05:23:46Z</dc:date>
    </item>
    <item>
      <title>check this sample codes on</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968102#M20390</link>
      <description>&lt;P&gt;check this sample codes on &lt;A href="http://www.rasteredge.com/how-to/csharp-imaging/load-from-net-graphics/"&gt;loading bitmap files&lt;/A&gt; , it is simple and powerful.&amp;nbsp; besides you can also have other image formats loaded after a small change in the open source.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2013 08:47:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968102#M20390</guid>
      <dc:creator>fh_i_</dc:creator>
      <dc:date>2013-08-30T08:47:14Z</dc:date>
    </item>
    <item>
      <title>A message to fh i.: The</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968103#M20391</link>
      <description>A message to &lt;STRONG&gt;fh i.&lt;/STRONG&gt;: The thread was Not used for almost 7 years. It was updated internally and simply poped up ( it happens from time to time ).</description>
      <pubDate>Sat, 31 Aug 2013 05:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/loading-an-image/m-p/968103#M20391</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-08-31T05:28:00Z</dc:date>
    </item>
  </channel>
</rss>

