[fpc-pascal] fcl-image and fpreadXXX units
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Thu Jun 28 11:25:22 CEST 2007
On 6/28/07, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> In the fcl-image directory is a lot of fpreadXXX and fpwriteXXX units.
Those are low-level image reading and writing (to disk or stream)
routines. They implement the TFPCustomImageReader (or Writer) class.
They are used together with TFPCustomImage from fpimage.pp file. AFAIK
they are not directly related to TFPCustomCanvas, and you don't need
to use it in order to use those units.
By the way, I once wrote a reader unit for the X11 dump format. If I
can find it, I'll commit.
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list