Conversion of raster data to GIF89 format.
Writes gif89 image, given pixel array and color map This version can create an animated gif:
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | file to create or replace |
||
| integer, | intent(in), | dimension(:,:,:) | :: | pixel | pixel values [0 to ncol] |
|
| integer, | intent(in), | dimension(:,0:) | :: | colormap | [r,g,b (0:255)] , [0:ncol] colors |
|
| integer, | intent(in), | optional | :: | transparent | transparent color |
|
| integer, | intent(in), | optional | :: | delay | delay time [1/100 of seconds] |