[Lazarus] LCL uses fcl-image

AlexeyT aaa5500 at ya.ru
Sun Dec 31 14:33:30 CET 2017


 >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.

-- 
Regards,
Alexey



More information about the Lazarus mailing list