Class TBGRAAnimatedPng
Unit
Declaration
type TBGRAAnimatedPng = class(TBGRAAnimatedGif)
Description
Class to read/write animated PNG, supports animated GIF as well when specified.
This class only changes default format used, everything is implemented in TBGRAAnimatedGif
Hierarchy
- TBGRAAnimatedGif
- TBGRAAnimatedPng
Overview
Methods
class function GetFileExtensions: string; override; |
|
procedure SaveToStream(Stream: TStream); override; overload; |
Description
Methods
class function GetFileExtensions: string; override; |
|
This item has no description. |
procedure SaveToStream(Stream: TStream); override; overload; |
|
Save to a stream using PNG format |