<?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 Access JpegXR buffer after encoding in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-JpegXR-buffer-after-encoding/m-p/790737#M2362</link>
    <description>Ihave writtena program to successfully encode RGB buffers to JpegXR files.&lt;BR /&gt;&lt;BR /&gt;I'm usingthe uic sample codes provided in "w_ipp-samples_p_7.0.7.064\\\\ipp-samples\\\\image-codecs\\\\uic\\\\src\\\\application\\\\uic_transcoder_con".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, now, I need to access the JpegXR image buffer (with headers and everything) after encoding, and not write them to file at all. Is this JpegXR image buffer "BaseStreamOutput&amp;amp; out" in "jpegxr.cpp"? How can I prevent writing to JpegXR files? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[cpp]"jpegxr.cpp" //found in sample code

IM_ERROR SaveImageJPEGXR(
  CIppImage&amp;amp;        image,
  PARAMS_JPEGXR&amp;amp;    param,
  BaseStreamOutput&amp;amp; out)
{
// Some code....

if(ExcStatusOk != encoder.WriteHeader())
      return IE_WHEADER;

if(ExcStatusOk != encoder.WriteData())
      return IE_WDATA;

if(ExcStatusOk != encoder.FreeData())
      return IE_RESET;

// Some more code...
}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[/cpp]</description>
    <pubDate>Tue, 03 Jul 2012 18:01:12 GMT</pubDate>
    <dc:creator>Joan_Liu</dc:creator>
    <dc:date>2012-07-03T18:01:12Z</dc:date>
    <item>
      <title>Access JpegXR buffer after encoding</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-JpegXR-buffer-after-encoding/m-p/790737#M2362</link>
      <description>Ihave writtena program to successfully encode RGB buffers to JpegXR files.&lt;BR /&gt;&lt;BR /&gt;I'm usingthe uic sample codes provided in "w_ipp-samples_p_7.0.7.064\\\\ipp-samples\\\\image-codecs\\\\uic\\\\src\\\\application\\\\uic_transcoder_con".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, now, I need to access the JpegXR image buffer (with headers and everything) after encoding, and not write them to file at all. Is this JpegXR image buffer "BaseStreamOutput&amp;amp; out" in "jpegxr.cpp"? How can I prevent writing to JpegXR files? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[cpp]"jpegxr.cpp" //found in sample code

IM_ERROR SaveImageJPEGXR(
  CIppImage&amp;amp;        image,
  PARAMS_JPEGXR&amp;amp;    param,
  BaseStreamOutput&amp;amp; out)
{
// Some code....

if(ExcStatusOk != encoder.WriteHeader())
      return IE_WHEADER;

if(ExcStatusOk != encoder.WriteData())
      return IE_WDATA;

if(ExcStatusOk != encoder.FreeData())
      return IE_RESET;

// Some more code...
}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[/cpp]</description>
      <pubDate>Tue, 03 Jul 2012 18:01:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-JpegXR-buffer-after-encoding/m-p/790737#M2362</guid>
      <dc:creator>Joan_Liu</dc:creator>
      <dc:date>2012-07-03T18:01:12Z</dc:date>
    </item>
    <item>
      <title>Access JpegXR buffer after encoding</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-JpegXR-buffer-after-encoding/m-p/790738#M2363</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In the UMC sample code, there is a memory buffer output (\ipp-samples\image-codecs\uic\src\io\uic_io). You can use the memory buffer output, other than file output. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 06:13:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-JpegXR-buffer-after-encoding/m-p/790738#M2363</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2012-07-04T06:13:17Z</dc:date>
    </item>
  </channel>
</rss>

