<?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: gif upload in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166516#M914101</link>
    <description>&lt;P&gt;how about this well written library, which is completely written in G:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://decibel.ni.com/content/docs/DOC-3293" target="_self"&gt;https://decibel.ni.com/content/docs/DOC-3293&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/9e7281e5a26b48da1dc92616e7ee311086f8dec2/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31363939373169354534443334323934313046334431322f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="2015-07-16_display-gif.PNG" title="2015-07-16_display-gif.PNG" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jul 2015 19:08:57 GMT</pubDate>
    <dc:creator>alexderjuengere</dc:creator>
    <dc:date>2015-07-16T19:08:57Z</dc:date>
    <item>
      <title>gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166097#M913929</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How to upload a .gif file &amp;nbsp;from system directory on a front panel by a button click.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:00:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166097#M913929</guid>
      <dc:creator>Venkateshnenavath</dc:creator>
      <dc:date>2015-07-16T07:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166102#M913930</link>
      <description>&lt;P&gt;Hi Venka,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use a graphics converter of your own choice to convert that GIF to PNG.&lt;/P&gt;
&lt;P&gt;After having done so you use the standard PNG read function and display the image in a 2D picture indicator…&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:28:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166102#M913930</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2015-07-16T07:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166139#M913942</link>
      <description>&lt;P&gt;Does the gif have to move? If so you could use the .Net pictureBox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://msdn.microsoft.com/de-de/library/system.windows.forms.picturebox(v=vs.100).aspx" target="_self"&gt;MSDN Picturebox&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:05:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166139#M913942</guid>
      <dc:creator>PeterFoerster</dc:creator>
      <dc:date>2015-07-16T09:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166143#M913943</link>
      <description>&lt;P&gt;Converting a gif file format gives many number of png files which cant be displayed at a time on labview.Im attaching gif file which I want to display on front panel.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:22:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166143#M913943</guid>
      <dc:creator>Venkateshnenavath</dc:creator>
      <dc:date>2015-07-16T09:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166144#M913944</link>
      <description>&lt;P&gt;Yes it have to move.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:23:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166144#M913944</guid>
      <dc:creator>Venkateshnenavath</dc:creator>
      <dc:date>2015-07-16T09:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166147#M913945</link>
      <description>&lt;P&gt;So, after playing around with the picturebox myself a bit, I'm gonna suggest just dragging the Picture on the Front panel and making it Visible/Invisible whenever needed using property nodes. Don't know what that does to the performance of your VI, though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: To expand on this a bit more: The way you usually see things like that done in the LabVIEW examples is by inserting all the pictures into a pict ring and changing through it programmatically. But that isn't really an option if you get hundreds of images.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:52:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166147#M913945</guid>
      <dc:creator>PeterFoerster</dc:creator>
      <dc:date>2015-07-16T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166158#M913950</link>
      <description>&lt;P&gt;Another workaround - use a Web Browser control and load the gif into that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/98263656193fedb8cb81fe80d43271d13e3e9f95/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31363939343069414638413939463231353345423630442f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="2015-07-16_10-58-16.png" title="2015-07-16_10-58-16.png" width="398" height="326" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Works with the animation too.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:00:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166158#M913950</guid>
      <dc:creator>Sam_Sharp</dc:creator>
      <dc:date>2015-07-16T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166208#M913970</link>
      <description>&lt;P&gt;Thanks for the solution.But after the first run of the program,it still shows the animation.I mean it always shows the animation no matter what we do(close and reopen the front panel).Can we do something to avoid it?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:45:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166208#M913970</guid>
      <dc:creator>Venkateshnenavath</dc:creator>
      <dc:date>2015-07-16T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166217#M913975</link>
      <description>&lt;P&gt;Try navigating to "about:blank" as the url to empty/blank the display. Or you could try the 'go home' method.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:54:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166217#M913975</guid>
      <dc:creator>Sam_Sharp</dc:creator>
      <dc:date>2015-07-16T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: gif upload</title>
      <link>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166516#M914101</link>
      <description>&lt;P&gt;how about this well written library, which is completely written in G:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://decibel.ni.com/content/docs/DOC-3293" target="_self"&gt;https://decibel.ni.com/content/docs/DOC-3293&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/9e7281e5a26b48da1dc92616e7ee311086f8dec2/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31363939373169354534443334323934313046334431322f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="2015-07-16_display-gif.PNG" title="2015-07-16_display-gif.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:08:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/gif-upload/m-p/3166516#M914101</guid>
      <dc:creator>alexderjuengere</dc:creator>
      <dc:date>2015-07-16T19:08:57Z</dc:date>
    </item>
  </channel>
</rss>

