mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 06:20:45 +02:00
Lhelp: Add GIF support. Issue #24687, patch from Reinier Olislagers
git-svn-id: trunk@41949 -
This commit is contained in:
parent
1182ff0df2
commit
6c417b690b
@ -17,10 +17,12 @@ uses
|
||||
Classes, SysUtils, IpHtml, iputils, IpMsg, Graphics, chmreader,
|
||||
LCLType, Controls,
|
||||
FPImage,
|
||||
{fpreadgif,} // doesn't exist yet!
|
||||
{$IF FPC_FULLVERSION>=20602} //fpreadgif exists since at least this version
|
||||
FPReadgif,
|
||||
{$ENDIF}
|
||||
FPReadbmp,
|
||||
FPReadxpm,
|
||||
FPReadJPEg,
|
||||
FPReadJPEG,
|
||||
FPReadpng,
|
||||
FPWritebmp,
|
||||
FPWritePNG,
|
||||
|
@ -64,10 +64,12 @@ implementation
|
||||
|
||||
uses
|
||||
FPImage,
|
||||
{fpreadgif,} // doesn't exist yet!
|
||||
{$IF FPC_FULLVERSION>=20602} //fpreadgif exists since at least this version
|
||||
FPReadgif,
|
||||
{$ENDIF}
|
||||
FPReadbmp,
|
||||
FPReadxpm,
|
||||
FPReadJPEg,
|
||||
FPReadJPEG,
|
||||
FPReadpng,
|
||||
FPWritebmp,
|
||||
IntFGraphics;
|
||||
|
Loading…
Reference in New Issue
Block a user