Vcl.Imaging.GIFImg.TGIFFrame.Decompress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Decompress(Stream: TStream);

C++

void __fastcall Decompress(System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Decompresses the image data contained in the given stream.

Decompress is a protected method used to decompress the image data contained in the given stream. The result is saved in the GIF frame.

See Also