What is the compression method for .d?? files?
jmucchiello
Posts: 108
I'm curious if there's documentation on the compression method used in daz files. Something that would run in python or C# for example. I know I can uncompress them in studio. I'm looking for an automated solution that doesn't leave the files uncompressed after reading the DSON inside the files.
Comments
AFAIK they use GZIP compression.
I'll check, thanks.
It's GZIP.
You can check using a tool like Exiftool with the following command: exiftool -T -FileType filename.duf