<?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 Merging JPEG images in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922622#M15858</link>
    <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am using IPP 5.0 with CJPEGEncoder and CJPEGDecoder classes.&lt;/DIV&gt;&lt;DIV&gt;Does someone know if it is possible with IPP to merge (or join, or concatenate...) two JPEG images into one larger JPEG image? (without having to uncompress and recompress the data.)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;JF&lt;/DIV&gt;</description>
    <pubDate>Fri, 09 Jun 2006 03:08:19 GMT</pubDate>
    <dc:creator>jfhebert</dc:creator>
    <dc:date>2006-06-09T03:08:19Z</dc:date>
    <item>
      <title>Merging JPEG images</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922622#M15858</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am using IPP 5.0 with CJPEGEncoder and CJPEGDecoder classes.&lt;/DIV&gt;&lt;DIV&gt;Does someone know if it is possible with IPP to merge (or join, or concatenate...) two JPEG images into one larger JPEG image? (without having to uncompress and recompress the data.)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;JF&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jun 2006 03:08:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922622#M15858</guid>
      <dc:creator>jfhebert</dc:creator>
      <dc:date>2006-06-09T03:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Merging JPEG images</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922623#M15859</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;what do you mean under merging of two images? If you need just concatenate two binary files you can use comand "copy /B fileA.bin + /B fileB.bin fileC.bin". It will combine fileA with fileB and store merged file in fileC.&lt;/P&gt;
&lt;P&gt;If you want to merge content of two images you need to decompress images combine them and after that compressthis new image.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2006 00:00:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922623#M15859</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-06-10T00:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Merging JPEG images</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922624#M15860</link>
      <description>&lt;DIV&gt;Thanks for your answer.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I want to merge the content of two images. I could use two memcpy to do that, but the resulting binary file won't be a JPEG image, and I would need to have a Readerapplication to read and decode the merged image.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I will have to think about something else... (I don't have time to uncompress and recompress...)&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks anyway&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;JF&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 10 Jun 2006 00:41:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922624#M15860</guid>
      <dc:creator>jfhebert</dc:creator>
      <dc:date>2006-06-10T00:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Merging JPEG images</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922625#M15861</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;You have to at least decompress to quantized DCT coefficients (means to do huffman decoding). Otherwise - no way to do that.&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2006 00:43:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Merging-JPEG-images/m-p/922625#M15861</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-06-10T00:43:42Z</dc:date>
    </item>
  </channel>
</rss>

