Class TBGRAWriterWebP
Unit
Declaration
type TBGRAWriterWebP = class(TFPCustomImageWriter)
Description
Extends the TFPCustomImageWriter to write the WebP image format
Hierarchy
- TFPCustomImageWriter
- TBGRAWriterWebP
Overview
Fields
![]() |
FLossless: boolean; |
![]() |
FQualityPercent: Single; |
Methods
![]() |
constructor Create; override; |
![]() |
procedure InternalWrite(Stream: TStream; Img: TFPCustomImage); override; |
Properties
![]() |
property Lossless: boolean read FLossless write FLossless; |
![]() |
property QualityPercent: single read FQualityPercent write FQualityPercent; |
Description
Fields
![]() |
FLossless: boolean; |
This item has no description. |
![]() |
FQualityPercent: Single; |
This item has no description. |
Methods
![]() |
constructor Create; override; |
This item has no description. |
![]() |
procedure InternalWrite(Stream: TStream; Img: TFPCustomImage); override; |
This item has no description. |
Properties
![]() |
property Lossless: boolean read FLossless write FLossless; |
If |
![]() |
property QualityPercent: single read FQualityPercent write FQualityPercent; |
Defines the quality when saving the file, 100 being the maximum but not necessarily lossless |