On Sun, 31 Dec 2017 16:33:30 +0300 AlexeyT via Lazarus <[email protected]> wrote:
> >simple LCL applications are so large: graphics drags in fcl-image, > which includes full support for JPEG, > > you are right, graphics.pp-- > > uses > // RTL + FCL > SysUtils, Math, Types, Classes, Contnrs, Laz_AVL_Tree, > FPImage, FPCanvas, > FPWriteBMP, // bmp support > FPWritePNG, PNGComn, // png support > FPReadPNM, FPWritePNM, // PNM (Portable aNyMap) support > FPReadJpeg, FPWriteJpeg, // jpg support > FPReadTiff, FPTiffCmn, // tiff support > FPReadGif, > > > good to have ifdef-s here, to disable parts of fcl-image. I added ifdefs: -dDisableLCLGIF -dDisableLCLJPEG -dDisableLCLPNM -dDisableLCLTIFF Mattias -- _______________________________________________ Lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
