summaryrefslogtreecommitdiff
path: root/docs/xml/corelib/fpg_extinterpolation.xml
blob: 2fcd0785205b30a831a339512cbd9ab442e83c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="ISO-8859-1"?>
<fpdoc-descriptions>
<package name="CoreLib">

<module name="fpg_extinterpolation">
<short>Extra interpolation filter declarations.</short>
<descr>
<p>
Some more interpolation filters for 
<link id="fpg_base.TfpgCanvasBase.StretchDraw">TfpgCanvas.StretchDraw</link>:<br/>
Bessel, Gaussian and Sinc are infinite impulse response (IIR),
the others are finite impulse response (FIR). The implementation
of Bessel and Sinc are windowed with Blackman filter.</p>
<p>
This unit was ported from fcl-image which is part of FPC. A few
more filters have also been added.</p>
</descr>

</module>

</package>
</fpdoc-descriptions>