Render a Map to a GIF image.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
renderAnimated(List images, File file, int delay, boolean loop) Render a list of GIF images as an animated GIF to a File. |
|
[B |
renderAnimated(List images, int delay, boolean loop) Render a list of GIF images as an animated GIF to a byte array. |