10-23-2008 01:34 AM
Hi Tutu,
the small change described in the post before solves also the problem with your gif examples.
Mike
10-23-2008 07:27 AM
Hi Mike,
Thanks a lot, it works. I really appreciate your help and time on this.
thanks again...
11-06-2008 04:54 AM
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
11-06-2008 06:05 AM - edited 11-06-2008 06:13 AM
Hi crozza,
yes you are correct it is the size. I already described it here only 4-5 posts before!
Mike
11-11-2008 05:15 PM
02-01-2009 08:02 AM
04-17-2009 08:15 AM - edited 04-17-2009 08:18 AM
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?
04-21-2009 03:44 PM
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.
08-24-2009 04:54 AM
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!!!!
08-24-2009 05:48 AM
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