* 4 more headers added in fcl-image

This commit is contained in:
marcoonthegit 2021-12-14 18:50:51 +01:00
parent 9773021315
commit 6c466d2a38
4 changed files with 56 additions and 0 deletions

View File

@ -1,3 +1,17 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2003 by the Free Pascal development team
Some more interpolation filters for TFPCanvas.StretchDraw:
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
unit extinterpolation;
{

View File

@ -1,3 +1,18 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2003 by the Free Pascal development team
Some more interpolation filters implementation for TFPCanvas.StretchDraw:
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{ TFPCustomInterpolation }
procedure TFPCustomInterpolation.Initialize(aimage: TFPCustomImage; acanvas: TFPCustomCanvas);

View File

@ -1,5 +1,18 @@
{%MainUnit freetypehdyn}
{
This file is part of the Free Pascal run time library.
Copyright (c) 2003 by the Free Pascal development team
freetype header to be included from static and dynamically loaded header.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
Const
{$packrecords c}

View File

@ -1,3 +1,17 @@
{
This file is part of the Free Pascal run time library.
Copyright (c) 2003 by the Free Pascal development team
PCX image file format header.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
unit pcxcomn;
{$mode objfpc}{$H+}