gifplayer

PURPOSE ^

The function displays any animated GIF's in a figure window

SYNOPSIS ^

function gifplayer(gif_image, delay_length)

DESCRIPTION ^

 The function displays any animated GIF's in a figure window
 Demo : gifplayer; %plays the animated crystal.gif file

 Usage:
 ex: gifplayer('animated.gif',0.1); %name of the gif file and the delay in
 which to update the frames in the GIF file

 Vihang Patil, Oct 2006
 Copyright 2006-2007 Vihang Patil
 Email: vihang_patil@yahoo.com
 Created: 17th Oct 2006

% Revision:
 Date: 19th Oct 2006. Removed the setappdata and getappdata and used
 functions handling property. Multiple Gif's can be called upon which can
 be opened in new figure window.
 ex: figure;gifplayer;
 ex: figure;gifplayer('abcd.gif',0.1); and so on

 P.N: PLease make sure to close the existing window in which the gif is
 currently being played and open a separate window for another GIF
 image.If another GIF is opened in the same window then the first timer
 continues to run even if you close the figure window

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 11-Nov-2020 03:20:54 by m2html © 2005