Adriaan van Os wrote:
Does anyone on the list know about source code in Pascal for FlateDecode compression ? It is used in PNG images and in PDF files.
I suggest to link to the existing C libraries (libz and/or libpng). I don't generally recommend translating standard libraries to Pascal. The C libraries are tested by more people and (usually) maintained, and writing a Pascal interface is much easier than translating the whole library (especially if only a small part of the library interface is actually needed, like in many cases I know).
Frank