Преглед изворни кода

Merge pull request #22 from bemagri/codex/fix-comments-in-src/book.pas-qiolx3

Register FCL image readers for TLazIntfImage
Bernardo Magri пре 4 месеци
родитељ
комит
5b7ff7dfc7
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 2 1
      src/book.pas
  2. 1 1
      src/unitCoverWorker.pas

+ 2 - 1
src/book.pas

@@ -6,7 +6,8 @@ interface
 
 
 uses
 uses
   Classes, SysUtils, Graphics, ExtCtrls, Controls, LCLIntf, LResources, Process,
   Classes, SysUtils, Graphics, ExtCtrls, Controls, LCLIntf, LResources, Process,
-  Math, IntfGraphics, FPImage, GraphType, LazCanvas, FileUtil, LazJPG;
+  Math, IntfGraphics, FPImage, FPReadPNG, FPReadJPEG, GraphType, LazCanvas,
+  FileUtil, LazJPG;
 
 
 
 
 type
 type

+ 1 - 1
src/unitCoverWorker.pas

@@ -6,7 +6,7 @@ interface
 
 
 uses
 uses
   Classes, SysUtils, Process, LCLIntf, Graphics, Math, LazJpeg,
   Classes, SysUtils, Process, LCLIntf, Graphics, Math, LazJpeg,
-  IntfGraphics, FPImage, GraphType, LazCanvas,
+  IntfGraphics, FPImage, FPReadPNG, FPReadJPEG, GraphType, LazCanvas,
   Book, BookCollection, FileUtil;
   Book, BookCollection, FileUtil;
 
 
 { Call this once after loading your data: it scans the list and enqueues
 { Call this once after loading your data: it scans the list and enqueues