Skip to content
  • kulvait's avatar
    Extended DEN format · 3d648b89
    kulvait authored
    Added an extension to a DEN format, where the sizes of dimensions might be uint32_t instead of uint16_t
    File is in a DEN extended format if the first 6 bytes are zero
    Next four bytes are uint32_t dimy
    Next four bytes are uint32_t dimx
    Next four bytes are uint32_t dimz
    3d648b89