raster animatedgif ================== **Name**: geoc raster animatedgif **Description**: Create an animated GIF from a list of GIFs. **Arguments**: * -f --file: The GIF file * -o --output-file: The output animated GIF file * -d --delay: The delay between images * -r --repeat: Whether to repeat the animation or not * --help : Print the help message * --web-help : Open help in a browser **Example**:: geoc raster animatedgif -f image1.gif -f image2.gif -f image2.gif -o animated.gif -d 450 -r