[fpc-pascal] what is the FPC equivalent of Delphi's zlib unit?

Dmitry Boyarintsev skalogryz.lists at gmail.com
Sun Jul 28 22:58:39 CEST 2013


GIF or PNG?
PNG is using deflate algorithm.
GIF is using its own.


On Sun, Jul 28, 2013 at 4:53 PM, Mark Morgan Lloyd <
markMLl.fpc-pascal at telemetry.co.uk> wrote:

> Michael Van Canneyt wrote:
>
>> There are 3 options:
>>
>>  paszlib.pas pascal implementation of libz.
>>
>>  zstream.pp  stream interface, uses paszlib.
>>
>>  zlib.pp  native interface to C libz library.
>>
>
> Is any one of those more "natural" than the rest, because e.g. it's
> already used for GIF handling?
>
> --
> Mark Morgan Lloyd
> markMLl .AT. telemetry.co .DOT. uk
>
> [Opinions above are the author's, not those of his employers or colleagues]
>
> ______________________________**_________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.**org<fpc-pascal at lists.freepascal.org>
> http://lists.freepascal.org/**mailman/listinfo/fpc-pascal<http://lists.freepascal.org/mailman/listinfo/fpc-pascal>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20130728/6d0d2fcf/attachment.html>


More information about the fpc-pascal mailing list