Recent

Author Topic: LZlib ...  (Read 3594 times)

aminer

  • Hero Member
  • *****
  • Posts: 956
LZlib ...
« on: February 18, 2013, 09:37:32 pm »

Hello,

I don't know a lot of C++ and C and i will ask somebody here  to translate this  header of this compression library to FreePascal and Delphi, and we have to be able to link the object compiled with GCC to FreePascal and Delphi, and can you provide us with a Object Pascal Class of this library  like the one we find in the Zlib.pas compression library, with TStreams support and with compression levels support etc.

Here is the library:

http://www.nongnu.org/lzip/lzlib.html


Thank you,
Amine Moulay Ramdane.


CynicRus

  • Jr. Member
  • **
  • Posts: 63
Re: LZlib ...
« Reply #1 on: February 19, 2013, 02:34:37 pm »
Hi. For what that needed? If you need zlib just use paszlib.

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: LZlib ...
« Reply #2 on: February 19, 2013, 05:33:26 pm »
Quote
Hi. For what that needed? If you need zlib just use paszlib.
LZLib implements LZMA algorithm as opposed to deflate compression implemented by (pas)zlib. It's much more advanced and complicated, yet it has much better compression ratio for most compression tasks.

 

TinyPortal © 2005-2018