Results 1 to 3 of 3

Thread: WMZ/EMZ format details

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Administrator Redrobes's Avatar
    Join Date
    Dec 2007
    Location
    England
    Posts
    7,201
    Blog Entries
    8

    Post

    I think Midgard covered that pretty extensively !

    All I would add is that usually when a file format has the z on the end its been compressed with the 'deflate' as midgard said. You can usually take one of those files and run it through gunzip.exe and rename the result to the non 'z' version and treat it like one of them.

    You can get gzip (the compressor) and gunzip (the un compressor) from the GNU tools for windows site called MinGW here

    http://sourceforge.net/projects/mingw/

    EDIT -- I should also add that if your programming in 'C' or similar then the ubiquitous free library to do that deflate conversion is zlib

    http://www.zlib.net/
    Last edited by Redrobes; 09-07-2008 at 02:25 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •