Unit BGRAWritePNG
Functions and Procedures
Constants
Variables
Description
Implements the writer for the PNG image format
Uses
- sysutils
- BGRAClasses
- FPImage
- FPImgCmn
- BGRAPNGComn
- ZStream
- BGRABitmapTypes
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TBGRAWriterPNG |
Extends the TFPCustomImageWriter to write the PNG image format |
Record TPNGFrameToWrite |
Information about frame to write in PNG |
Types
TColorFormatFunction = function (color:TFPColor) : TColorData of object; |
TGetPixelBGRAFunc = function (p: PBGRAPixel) : TColorData of object; |
TGetPixelFunc = function (x,y : LongWord) : TColorData of object; |
TPNGArrayOfFrameToWrite = array of TPNGFrameToWrite; |
Description
Types
TColorFormatFunction = function (color:TFPColor) : TColorData of object; |
This item has no description. |
TGetPixelBGRAFunc = function (p: PBGRAPixel) : TColorData of object; |
This item has no description. |
TGetPixelFunc = function (x,y : LongWord) : TColorData of object; |
This item has no description. |
TPNGArrayOfFrameToWrite = array of TPNGFrameToWrite; |
This item has no description. |