Re: ZLib DEFLATE

2012-12-14 Thread Jan Schenkel
essage - From: Alejandro Tejada To: use-revolut...@lists.runrev.com Cc: Sent: Thursday, December 13, 2012 11:00 PM Subject: Re: ZLib DEFLATE Hi Jan, I forgot to wrote: Decompress function (Deflate) in Livecode does not care at all about the gzip's crc32, but will truncate or append b

Re: ZLib DEFLATE

2012-12-13 Thread Alejandro Tejada
d binary string, then you could know the decompressed data length in advance. Alejandro -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ZLib-DEFLATE-tp4658027p4658096.html Sent from the Revolution - User mailing list archiv

Re: ZLib DEFLATE

2012-12-13 Thread Alejandro Tejada
-rev.com/alejandro/stacks/CRC-32_LiveCode_Script.zip http://at.livecodejournal.com/stacks/CRC-32_LiveCode_Script.zip Alejandro -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ZLib-DEFLATE-tp4658027p4658087.html Sent from the Revolution - User maili

ZLib DEFLATE

2012-12-10 Thread Jan Schenkel
Hi all, I'm working on support in Quartam PDF Library for alpha-channels in PNG images. Has anyone figured out a pure-LiveCode implementation of the ZLib Deflate/Inflate algorithm? John Craig kindly offered a way to tweak the output of the compress function to match the ZLib deflate format