LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling Gif aninimation

Hi Tutu,

the small change described in the post before solves also the problem with your gif examples.

 

Mike

Message 31 of 41
(5,066 Views)

Hi Mike,

Thanks a lot, it works. I really appreciate your help and time on this.

thanks again...

 

 

0 Kudos
Message 32 of 41
(5,053 Views)

I have a problem with the Gif.Example.vi. I would like to implement a gif picture I created on my own. Some pictures are shown correct (like the emoticons from the test gifs folder), but not the one I created. What's the reason (i think it could be the size), can you help me?

 

The following folder contains two pictures which are displayed correct and the two other ones we need to display

 

rgds

 

 

0 Kudos
Message 33 of 41
(4,989 Views)

Hi crozza,

yes you are correct it is the size. I already described it here only 4-5 posts before!

 

Mike

Message Edited by MikeS81 on 11-06-2008 01:13 PM
Message 34 of 41
(4,983 Views)
You can use Quicktime to control GIF animation.
Message 35 of 41
(4,936 Views)

Hi,

LabVIEW 7.1 version is now available here.

 

Mike

Message 36 of 41
(4,775 Views)

Hi Mike, 

 

I'd like to view this GIF using your VI, but I'm having problems; do you know what the issue is?

 

 

http://upload.wikimedia.org/wikipedia/commons/d/db/Structural.gif 

 

I tried loading it into your Gif.Example.VI, but it wouldn't play.  

 

I'd ultimately like to convert this GIF to a 3D array of intensity values.  Would this be possible without using IMAQs picturetoarray function? 

Message Edited by gastro54 on 04-17-2009 08:18 AM
0 Kudos
Message 37 of 41
(4,643 Views)

Hi Gastro:

 

Did you download the zip file from the first page and replace Gif.ImageData.vi with the one posted at the bottom of page 3?  I ran this in LV 8.6.1 and it properly generated an array of images that you could do your image processing on.

 

To get an array of intensity values, you can use Picture to Pixmap.vi and Unflatten Pixmap.vi instead of the IMAQ functions.

Alex Person
NI-RIO Product Support Engineer
National Instruments
Message 38 of 41
(4,591 Views)

Hi, i'm trying to read the data off a .gif image (see attached!), not modify it or anything, but i can't figure out if any of the v.i's here will help.

bassically i just need:               read giff ----> view image ----->  write data

 

Help!!!!

0 Kudos
Message 39 of 41
(4,391 Views)

Hi John,

you can download this zip file:

http://decibel.ni.com/content/docs/DOC-3293

 

Then you can use the attached example to read your gif file.

I tested it with you file and it works.

 

Mike

Message 40 of 41
(4,374 Views)