Re: icecache zlib or gzip?

2013-06-17 Thread Steven Caron
no, they are similar. i used zlib streams for my krakatoa/prt exporter  
and i saw other code from someone else using gzip functions


*written with my thumbs

On Jun 17, 2013, at 2:54 AM, Doeke Wartena  wrote:

thanks. In the python the use gzip instead of zlib as well so i  
suppose the wiki is outdated.



2013/6/17 Chris Chia 
Take a look at this example?
http://code.google.com/p/ice-cache-explorer/source/browse/trunk/icereader.py

https://groups.google.com/forum/?fromgroups#!topic/xsi_list/ 
_XC2ArOhED8



From: softimage-boun...@listproc.autodesk.com [mailto:softimage- 
boun...@listproc.autodesk.com] On Behalf Of Doeke Wartena

Sent: Friday, June 14, 2013 6:25 PM
To: softimage@listproc.autodesk.com
Subject: icecache zlib or gzip?

Believing the documentation a icecache is compressed with zlib.
I tried multiple ways to decompress it but all give problems.

Here is a post on stackoverflow.

http://stackoverflow.com/questions/17053145/unknown-compression-method-with-zlib?noredirect=1#comment24663064_17053145

Is it changed over time from zlib to gzip without updating the  
reference or something?


would be nice if someone can help.

best Doeke



Re: icecache zlib or gzip?

2013-06-17 Thread Luc-Eric Rousseau
zlib is an open source C library you can get from zlib.net.   ICE
chache uses zlib's gzip API, gzopen, gzread, etc.
The wiki is written for c++ developers.

On Mon, Jun 17, 2013 at 5:54 AM, Doeke Wartena  wrote:
> thanks. In the python the use gzip instead of zlib as well so i suppose the
> wiki is outdated.
>
>
> 2013/6/17 Chris Chia 
>>
>> Take a look at this example?
>>
>> http://code.google.com/p/ice-cache-explorer/source/browse/trunk/icereader.py
>>
>> https://groups.google.com/forum/?fromgroups#!topic/xsi_list/_XC2ArOhED8
>>
>>
>> From: softimage-boun...@listproc.autodesk.com
>> [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Doeke Wartena
>> Sent: Friday, June 14, 2013 6:25 PM
>> To: softimage@listproc.autodesk.com
>> Subject: icecache zlib or gzip?
>>
>> Believing the documentation a icecache is compressed with zlib.
>> I tried multiple ways to decompress it but all give problems.
>>
>> Here is a post on stackoverflow.
>>
>>
>> http://stackoverflow.com/questions/17053145/unknown-compression-method-with-zlib?noredirect=1#comment24663064_17053145
>>
>> Is it changed over time from zlib to gzip without updating the reference
>> or something?
>>
>> would be nice if someone can help.
>>
>> best Doeke
>
>


Re: icecache zlib or gzip?

2013-06-17 Thread Doeke Wartena
thanks. In the python the use gzip instead of zlib as well so i suppose the
wiki is outdated.


2013/6/17 Chris Chia 

> Take a look at this example?
>
> http://code.google.com/p/ice-cache-explorer/source/browse/trunk/icereader.py
>
> https://groups.google.com/forum/?fromgroups#!topic/xsi_list/_XC2ArOhED8
>
>
> From: softimage-boun...@listproc.autodesk.com [mailto:
> softimage-boun...@listproc.autodesk.com] On Behalf Of Doeke Wartena
> Sent: Friday, June 14, 2013 6:25 PM
> To: softimage@listproc.autodesk.com
> Subject: icecache zlib or gzip?
>
> Believing the documentation a icecache is compressed with zlib.
> I tried multiple ways to decompress it but all give problems.
>
> Here is a post on stackoverflow.
>
>
> http://stackoverflow.com/questions/17053145/unknown-compression-method-with-zlib?noredirect=1#comment24663064_17053145
>
> Is it changed over time from zlib to gzip without updating the reference
> or something?
>
> would be nice if someone can help.
>
> best Doeke
>


RE: icecache zlib or gzip?

2013-06-16 Thread Chris Chia
Take a look at this example?
http://code.google.com/p/ice-cache-explorer/source/browse/trunk/icereader.py

https://groups.google.com/forum/?fromgroups#!topic/xsi_list/_XC2ArOhED8


From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Doeke Wartena
Sent: Friday, June 14, 2013 6:25 PM
To: softimage@listproc.autodesk.com
Subject: icecache zlib or gzip?

Believing the documentation a icecache is compressed with zlib.
I tried multiple ways to decompress it but all give problems.

Here is a post on stackoverflow.

http://stackoverflow.com/questions/17053145/unknown-compression-method-with-zlib?noredirect=1#comment24663064_17053145

Is it changed over time from zlib to gzip without updating the reference or 
something?

would be nice if someone can help.

best Doeke
<>

Re: icecache zlib or gzip?

2013-06-16 Thread Cesar Saez
http://softimage.wiki.softimage.com/index.php?title=Icecache_File_Format


Re: icecache zlib or gzip?

2013-06-16 Thread Chris Chia
Which ice documentation are you referring to?


On 14 Jun, 2013, at 6:25 PM, "Doeke Wartena" 
mailto:clankil...@gmail.com>> wrote:

Believing the documentation a icecache is compressed with zlib.
I tried multiple ways to decompress it but all give problems.

Here is a post on stackoverflow.

http://stackoverflow.com/questions/17053145/unknown-compression-method-with-zlib?noredirect=1#comment24663064_17053145

Is it changed over time from zlib to gzip without updating the reference or 
something?

would be nice if someone can help.

best Doeke
<>

icecache zlib or gzip?

2013-06-14 Thread Doeke Wartena
Believing the documentation a icecache is compressed with zlib.
I tried multiple ways to decompress it but all give problems.

Here is a post on stackoverflow.

http://stackoverflow.com/questions/17053145/unknown-compression-method-with-zlib?noredirect=1#comment24663064_17053145

Is it changed over time from zlib to gzip without updating the reference or
something?

would be nice if someone can help.

best Doeke