Unit BGRAPaintNet
Types
Constants
Variables
Description
Paint.NET image format files.
The unit registers a TFPCustomImageReader so that it can be read by any image reading function of FreePascal, and also registers a reader for BGRALayers
Uses
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TFPReaderPaintDotNet |
Reader for PDN files (flattened) |
Class TPaintDotNetFile |
Layered image reader for Paint.NET |
Functions and Procedures
function IsPaintDotNetFile(filename: string): boolean; |
function IsPaintDotNetFileUTF8(filenameUTF8: string): boolean; |
function IsPaintDotNetStream(stream: TStream): boolean; |
function LoadPaintDotNetFile(filename: string): TBGRABitmap; |
function LoadPaintDotNetFileUTF8(filenameUTF8: string): TBGRABitmap; |
procedure RegisterPaintNetFormat; |
Description
Functions and Procedures
function IsPaintDotNetFile(filename: string): boolean; |
This item has no description. |
function IsPaintDotNetFileUTF8(filenameUTF8: string): boolean; |
This item has no description. |
function IsPaintDotNetStream(stream: TStream): boolean; |
This item has no description. |
function LoadPaintDotNetFile(filename: string): TBGRABitmap; |
This item has no description. |
function LoadPaintDotNetFileUTF8(filenameUTF8: string): TBGRABitmap; |
This item has no description. |
procedure RegisterPaintNetFormat; |
This item has no description. |