GifBlock Class

Summary: The default gif block implementation.

Module: aspose.imaging.fileformats.gif

Full Name: aspose.imaging.fileformats.gif.GifBlock

Inheritance: IGifBlock

Aspose.Imaging Version: 24.5.0

Properties

NameTypeAccessDescription
EXTENSION_INTRODUCER [static]byterExtension introducer.
is_changedboolr/wGets or sets a value indicating whether block has changed and requires save.

Methods

NameDescription
save(stream)Saves the block to the specified stream.

Method: save(stream)

 save(stream) 

Saves the block to the specified stream.

Parameters:

ParameterTypeDescription
stream_io.BufferedRandomThe stream to save data to.