1 | { This file was automatically created by Lazarus. Do not edit!
|
---|
2 | This source is only used to compile and install the package.
|
---|
3 | }
|
---|
4 |
|
---|
5 | unit BGRABitmapPack4fpGUI;
|
---|
6 |
|
---|
7 | interface
|
---|
8 |
|
---|
9 | uses
|
---|
10 | BGRAAnimatedGif, BGRABitmap, BGRABitmapTypes, BGRABlend, BGRACanvas,
|
---|
11 | BGRACanvas2D, BGRAColorInt, BGRACompressableBitmap, BGRACoordPool3D,
|
---|
12 | BGRADefaultBitmap, BGRADNetDeserial, BGRAFillInfo, BGRAFilters,
|
---|
13 | BGRAGradients, BGRAGradientScanner, BGRALayers, BGRAMatrix3D,
|
---|
14 | BGRAOpenRaster, BGRAPaintNet, BGRAPath, BGRAPen, BGRAPhongTypes,
|
---|
15 | BGRAPolygon, BGRAPolygonAliased, BGRAResample, BGRAScene3D,
|
---|
16 | BGRASliceScaling, BGRASSE, BGRAStreamLayers, BGRATransform,
|
---|
17 | BGRAGrayscaleMask, BGRAReadBMP, BGRAReadGif, BGRAReadPCX, BGRAReadPng,
|
---|
18 | BGRAReadPSD, BGRAThumbnail, BGRAReadTGA, BGRAReadJpeg, BGRAReadLzp,
|
---|
19 | UnzipperExt, BGRALzpCommon, BGRAWriteLzp, BGRAReadXPM, BGRAUnits,
|
---|
20 | BGRAReadBmpMioMap, BGRAArrow, BGRAGraphics, BGRAUTF8, BGRAfpGUIBitmap,
|
---|
21 | BGRATypewriter, BGRASVG, BGRASVGShapes, BGRASVGType, BGRAPalette,
|
---|
22 | BGRAColorQuantization, BGRADithering, BGRAFreeType, BGRACustomTextFX,
|
---|
23 | BGRAWritePNG, BGRAGifFormat, BGRASceneTypes, BGRARenderer3D,
|
---|
24 | BGRAWriteBmpMioMap, BGRAPhoxo, BGRAFilterScanner, BGRAFilterType,
|
---|
25 | BGRAFilterBlur, BGRAMultiFileType, BGRAWinResource, BGRAUnicode;
|
---|
26 |
|
---|
27 | implementation
|
---|
28 |
|
---|
29 | end.
|
---|