• Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Register
    • Login
    Can you include .3MF to the list of re-compressible formats?
    A

    Can you include .3MF to the list of re-compressible formats? Its structure is similar to MS Office 2007 documents and Open Document Format. It is a ZIP Deflate archive with XML data and some JPG, and/or PNG pictures inside. Otherwise, if I try to compress .3MF it bearly makes it smaller unless I recompress .3MF to the Store setting then it makes it a lot smaller.
    Wish they all would move to 7zip ZSTD in the first place so that the optimized file size with FileOptimizer would be 50% of the ZIP Deflate version. And there would be no extra compression needed :)

    Wishlist
    Optimize archive on Context Menu
    W

    I noticed that the option to add the optimize archive function to the context menu is missing on Windows 10.
    Opening each archive with the interface in order to click it becomes tedious with many files.

    Same for others functions like Remove Archive Encryption

    Wishlist

    Please add ADS support.

    Wishlist
    1
    1
    4207
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sunnis
      last edited by

      C:\>echo “This is the unnamed stream” > TestFile
      C:\>echo “This is a stream called Stream1 in the same file” > TestFile:Stream1
      C:\>echo “This is a stream called Stream2 in the same file” > TestFile:Stream2
      C:\>dir TestFile
       Volume in drive C has no label.
       Volume Serial Number is 504D-8531
      
       Directory of C:\
      
      08/02/99  01:12a                    31 TestFile
                     1 File(s)             31 bytes
                     0 Dir(s)   1,078,935,552 bytes free
      
      C:\>more < TestFile
      “This is the unnamed stream”
      
      C:\>more < TestFile:Stream1
      “This is a stream called Stream1 in the same file”
      
      C:\>more < TestFile:Stream2
      “This is a stream called Stream2 in the same file”
      

      When i compress a file that has additional streams attached to it, and decompress it, those named streams seem to be lost :/

      PS: ADS = Alternate Data Streams

      http://support.microsoft.com/kb/105763

      1 Reply Last reply Reply Quote 0
      • First post
        Last post