|
|
| File Information |
| Description |
This function converts a multiframe image to an animated GIF.
For example, to create an animation from a series of figures, export to a multiframe TIFF file using export_fig (also available on the FEX), then convert to a GIF, as follows:
for a = 2 .^ (3:6)
peaks(a);
export_fig test.tif -nocrop -append
end
im2gif('test.tif', '-delay', 0.5); |
| MATLAB release |
MATLAB 7.11 (R2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us