From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert png to gif in Labview

Solved!
Go to solution

Hi all,

 

I am using Labview 8.6. In my application i want to convert a PNG File to GIF file. Is there any vi for converting PNG to GIF?

 

Thanks in Advance,

Vaira Muthu.

------------------------------------------------------------ 

0 Kudos
Message 1 of 8
(3,370 Views)

Hi Vaira,

 

The only way I know is to use "ImageMagick Batch Image Converter VI" that you can find here.

You will need to install the ImageMagick convert sotware on your computer first though.

 

I hope this helps

 


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 8
(3,364 Views)

Hi Titou,

 

Thanks for you reply.. But for the vi that you suggested, i need to install some packages. I dont want to do that custom installations. Is there any other options available in LabVIEW?

 

Thanks,

Vaira Muthu.

-------------------------------------------------------------------------------------------- 

0 Kudos
Message 3 of 8
(3,356 Views)

I don't think you can, at least not in LabVIEW 8.6 and earlier, I don't know about LV 2009, and if you want to suggest it for LabVIEW 2010 you can post here.

 

Sorry... Why is it a problem for you to install ImageMagick?


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 4 of 8
(3,340 Views)
Solution
Accepted by topic author Vairamuthu

If you only want to write the GIF file, there is a function (not in the palettes) that will write the contents of a LabVIEW image to GIF.

 

Look for LabVIEW 8.6\vi.lib\picture\gif.llb\Write GIF File.vi

 

 


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Message 5 of 8
(3,324 Views)

Hi Phillip,

 

Thanks for you answer...

 

 

0 Kudos
Message 6 of 8
(3,315 Views)

Hi Titou,

 

That is a third party software(i guess). So only. 🙂

 

 

If it comes with LabVIEW Development Software. Then whether it will be included in the Device Driver DVD? or i need to get any cd from NI. Because to use that vi(you suggested) it need some package to be installed. 😞 

 

Thanks,

Vaira Muthu.

--------------------------------------------------- 

0 Kudos
Message 7 of 8
(3,314 Views)

Good shot Phillip!

 

I didn't know about that :-o...


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 8 of 8
(3,285 Views)