<?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 PNG image in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551320#M86218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How png image resolution is depend on ipu decoder of imx6?i want to display png image.I used following command. &lt;/P&gt;&lt;P&gt;gst&lt;SPAN class="gtkdoc opt"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="gtkdoc opt"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number" style="color: #555753;"&gt;1.0&lt;/SPAN&gt; &lt;SPAN class="gtkdoc opt"&gt;-&lt;/SPAN&gt;v filesrc location&lt;SPAN class="gtkdoc opt"&gt;=&lt;/SPAN&gt;some&lt;SPAN class="gtkdoc opt"&gt;.&lt;/SPAN&gt;png &lt;SPAN class="gtkdoc opt"&gt;!&lt;/SPAN&gt; decodebin &lt;SPAN class="gtkdoc opt"&gt;!&lt;/SPAN&gt; imagefreeze &lt;SPAN class="gtkdoc opt"&gt;!&lt;/SPAN&gt; autovideosink&lt;/P&gt;&lt;P&gt;But i am not able to display all png image.can any one tell me how much resolution image will needed ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 05:32:28 GMT</pubDate>
    <dc:creator>tanvidesai</dc:creator>
    <dc:date>2016-07-29T05:32:28Z</dc:date>
    <item>
      <title>PNG image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551320#M86218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How png image resolution is depend on ipu decoder of imx6?i want to display png image.I used following command. &lt;/P&gt;&lt;P&gt;gst&lt;SPAN class="gtkdoc opt"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="gtkdoc opt"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number" style="color: #555753;"&gt;1.0&lt;/SPAN&gt; &lt;SPAN class="gtkdoc opt"&gt;-&lt;/SPAN&gt;v filesrc location&lt;SPAN class="gtkdoc opt"&gt;=&lt;/SPAN&gt;some&lt;SPAN class="gtkdoc opt"&gt;.&lt;/SPAN&gt;png &lt;SPAN class="gtkdoc opt"&gt;!&lt;/SPAN&gt; decodebin &lt;SPAN class="gtkdoc opt"&gt;!&lt;/SPAN&gt; imagefreeze &lt;SPAN class="gtkdoc opt"&gt;!&lt;/SPAN&gt; autovideosink&lt;/P&gt;&lt;P&gt;But i am not able to display all png image.can any one tell me how much resolution image will needed ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 05:32:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551320#M86218</guid>
      <dc:creator>tanvidesai</dc:creator>
      <dc:date>2016-07-29T05:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: PNG image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551321#M86219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tanvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must use png decoder. try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 13.44px;"&gt;gst-launch-0.10 filesrc location=some.png ! pngdec ! &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 13.44px;"&gt;ffmpegcolorspace ! videoscale ! imagefreeze ! autovideosink &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of Gstreamer documents you can find here &lt;A href="https://community.nxp.com/docs/DOC-94588"&gt;Gstreamer&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:52:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551321#M86219</guid>
      <dc:creator>mike_susen</dc:creator>
      <dc:date>2016-07-29T07:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: PNG image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551322#M86220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;This command was not worked .&lt;/P&gt;&lt;P&gt;it was showing below error.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;display(/dev/fb0) resolution is (1024x768).&lt;/P&gt;&lt;P&gt;====== OVERLAYSINK: mxc_v4l2_output v4l2_out: Bypass IC.&lt;/P&gt;&lt;P&gt;4.0.9 build on Jul 21 2016 14:30:mxc_v4l2_output v4l2_out: Bypass IC.&lt;/P&gt;&lt;P&gt;35. ======&lt;/P&gt;&lt;P&gt;display(/dev/fb0) resolution is (1024x768).&lt;/P&gt;&lt;P&gt;display(/dev/fb0) resolution is (1024x768).&lt;/P&gt;&lt;P&gt;Pipeline is PREROLLING ...&lt;/P&gt;&lt;P&gt;ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal data flow error.&lt;/P&gt;&lt;P&gt;Additional debug info:&lt;/P&gt;&lt;P&gt;/home/dsb/yocto/EliteTrap/linux_source/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gstreamer1.0/1.6.0-r0/gstreamer-1.6.0/libs/gst/base/gstbasesrc.c(2943): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:&lt;/P&gt;&lt;P&gt;streaming task paused, reason not-negotiated (-4)&lt;/P&gt;&lt;P&gt;ERROR: pipeline doesn't want to preroll.&lt;/P&gt;&lt;P&gt;Setting pipeline to NULL ...&lt;/P&gt;&lt;P&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanvi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:52:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551322#M86220</guid>
      <dc:creator>tanvidesai</dc:creator>
      <dc:date>2016-07-29T11:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: PNG image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551323#M86221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I fixed the problem by using following command.&lt;/P&gt;&lt;P&gt;gst-launch-1.0 -v filesrc location=/home/root/white_box.png ! pngdec ! imagefreeze ! videoconvert ! autovideosink&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanvi Desai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 13:03:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PNG-image/m-p/551323#M86221</guid>
      <dc:creator>tanvidesai</dc:creator>
      <dc:date>2016-07-29T13:03:42Z</dc:date>
    </item>
  </channel>
</rss>

