EmbeddedGif

Helper class to quickly create an embedded Gif format image.

class EmbeddedGif : Gif (
string file
) {}

Constructors

this
this()

Construct the image.

Inherited Members

From Gif

setIndex
auto setIndex(int index)

Select the index if a multi-indexed gif. If you select an idex which doesn't exist in the image an error will occur.

Parameters

file

The file name of the image to embed.

See Also

Meta