Vcl.Imaging.GIFImg.TGIFFrame.Compress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Compress(Stream: TStream);

C++

void __fastcall Compress(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

Compresses the image data contained in the GIF frame.

Compress is a protected method used to compress the image data contained in the GIF frame. The result is saved in the stream given through the Stream parameter.

See Also