|
Wings file format specification
|
|
09-08-2014, 09:46 PM
Post: #1
|
|||
|
|||
|
Wings file format specification
Hi,
I hope I've chosen the right forum for this issue. I want to add support for the *.wing file format in my c++ program. So I'd like to know how to do that. I already found out that they begin with the header "#!WINGS-1.0 0D 0A 1A 04 [4 bytes that are probably matching the file size] 83 50" The last two bytes could be the header of zlib compressed data. My first attempt was simply trying to uncompress it with gzip -dc (with prepended gzip header). But it returns with "invalid compressed data--format violated". Also a simple php script gave me " zlib_decode() [function.zlib-decode]: data error". So am I wrong with this assumption? Is there a complete documentation for this file type anywhere? I assume the file type is based on some specific erlang "stuff". Generally i'd like to avoid any extra dependency on a library or any other type of interface, but if there is really no other way I would accept that. Thanks in advance for your help. |
|||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Wings file format specification - scindix - 09-08-2014 09:46 PM
RE: Wings file format specification - ggaliens - 09-09-2014, 01:52 AM
RE: Wings file format specification - micheus - 09-09-2014, 01:06 PM
RE: Wings file format specification - scindix - 09-09-2014, 03:46 PM
RE: Wings file format specification - dgud - 09-12-2014, 12:42 PM
RE: Wings file format specification - bigben - 06-26-2018, 10:34 PM
RE: Wings file format specification - dgud - 06-28-2018, 07:43 AM
RE: Wings file format specification - micheus - 06-28-2018, 02:17 PM
RE: Wings file format specification - bigben - 06-29-2018, 03:49 PM
RE: Wings file format specification - dgud - 07-03-2018, 11:18 AM
RE: Wings file format specification - PERECil - 08-15-2018, 12:05 PM
RE: Wings file format specification - bigben - 10-18-2018, 02:54 PM
|
User(s) browsing this thread: 1 Guest(s)



