<?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: Decoded JPEG is a Green image in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862671#M7923</link>
    <description>Ok man, but i need to open a jpeg for my project, pleez tell me how to do it if i can't use the jpeg source sample, is there another way to do it, or, if i post the part of my source code where i open and decode the jpeg may you help understanding what's wrong?&lt;BR /&gt;Thanx in advance.&lt;BR /&gt;&lt;BR /&gt;PS: The problem here is that at the base of all the project there is to open a jpeg or all the other functions are useless the IPP ones too of course, please don't tell me that i've to use another library different from IPP to open a jpeg, it's really not valuable.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Jan 2008 14:33:32 GMT</pubDate>
    <dc:creator>p3pp8</dc:creator>
    <dc:date>2008-01-22T14:33:32Z</dc:date>
    <item>
      <title>Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862667#M7919</link>
      <description>Hello, i've used the code sample for reading and decoding jpegs, all works fine, no errors, but when i save the image as a bmp is all gren, i tried to save the raw image data too and the result is a pattern of the same values r=0 g=0x87 b=0.&lt;BR /&gt;Any idea?&lt;BR /&gt;thanx in advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2008 22:35:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862667#M7919</guid>
      <dc:creator>p3pp8</dc:creator>
      <dc:date>2008-01-21T22:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862668#M7920</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;what exactly sample do you use, what is operating system and hardware platform? What is version of IPP you are build with? Could you please provide your input JPEG file?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2008 06:08:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862668#M7920</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-22T06:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862669#M7921</link>
      <description>Hello, here you are all the informatations:&lt;BR /&gt;&lt;BR /&gt;SAMPLE: ipp-samplesimage-codecsjpegview&lt;BR /&gt;&lt;BR /&gt;OS: WindowsXP SP2&lt;BR /&gt;&lt;BR /&gt;CPU: AthlonXP 1800+ (i hope this isn't a problem tough, i'm about to buy a p4 but i want my code to run within an athlon cpu too)&lt;BR /&gt;&lt;BR /&gt;IPP VER: 5.3 update 1 build 85.18&lt;BR /&gt;&lt;BR /&gt;LINKED LIBS: ippcore.lib ipps.lib ippi.lib ippcc.lib ippj.lib&lt;BR /&gt;&lt;BR /&gt;of course i use the 32bits version of ipp.&lt;BR /&gt;&lt;BR /&gt;In attachment both the bmp and the original JPEG image&lt;BR /&gt;&lt;BR /&gt;Note: i haven't compiled the sample but just included the source for jpeg into my project that has been built using visual studio 2005, again the code compiles and executes without problem but the resulting image is bad, if you want i can attach the raw image data too but believe me it's just a fill of 0,0x87,0 bytes.&lt;BR /&gt;Thank you very much for the help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 07:20:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862669#M7921</guid>
      <dc:creator>p3pp8</dc:creator>
      <dc:date>2008-01-22T07:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862670#M7922</link>
      <description>&lt;P&gt;Proabably they key here is that you are talking about your own project. The IPP 5.3 JPEGView sample built with script can open this file and save it to BMP without any problems.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2008 07:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862670#M7922</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-22T07:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862671#M7923</link>
      <description>Ok man, but i need to open a jpeg for my project, pleez tell me how to do it if i can't use the jpeg source sample, is there another way to do it, or, if i post the part of my source code where i open and decode the jpeg may you help understanding what's wrong?&lt;BR /&gt;Thanx in advance.&lt;BR /&gt;&lt;BR /&gt;PS: The problem here is that at the base of all the project there is to open a jpeg or all the other functions are useless the IPP ones too of course, please don't tell me that i've to use another library different from IPP to open a jpeg, it's really not valuable.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 14:33:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862671#M7923</guid>
      <dc:creator>p3pp8</dc:creator>
      <dc:date>2008-01-22T14:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862672#M7924</link>
      <description>&lt;P&gt;Well, in general, I would say that you can open JPEG just like it implemented in JPEGView sample. It work and you have all source code for that, is not it?&lt;/P&gt;
&lt;P&gt;If you can provide us with piece of code where you call JPEG decoder we may check if something is wrong here&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2008 15:40:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862672#M7924</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-22T15:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862673#M7925</link>
      <description>Yep, in fact i use the code from the jpegview samples, ok so, as soon as possible i'll post the piece of code that is really simple, it's been taken from GetImageFromJPEG(lpszPathName); in the JPGViewDoc.cpp source and used as it is(of course i've imported to my project all the source from da jpeg folder too) within my project, so it's really strange it doesn't work, anyway i want to thank you very much for you support.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 15:57:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862673#M7925</guid>
      <dc:creator>p3pp8</dc:creator>
      <dc:date>2008-01-22T15:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862674#M7926</link>
      <description>&lt;P&gt;Thanks, we will be glad to help with the issue.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2008 16:17:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862674#M7926</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-22T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862675#M7927</link>
      <description>Ok man, i've solved the enigma, i was just not initializing the m_param_jpeg structure, so the decoded image was wrong, again i want to thank you for your support.&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 20:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862675#M7927</guid>
      <dc:creator>p3pp8</dc:creator>
      <dc:date>2008-01-22T20:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Decoded JPEG is a Green image</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862676#M7928</link>
      <description>&lt;P&gt;Yes, that is correct finding&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2008 22:21:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Decoded-JPEG-is-a-Green-image/m-p/862676#M7928</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-22T22:21:18Z</dc:date>
    </item>
  </channel>
</rss>

