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 :)
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
Solved I think SVG files should be treated as text files.
-
SVG files (scalable vector graphics) seem to be special XML files and therefore when added to .pa archives I think they should be compressed as if they were text files.
-
@spwolf You are correct. They’re clearly not like your average text file.
-
@Brian-Gregory said in I think SVG files should be treated as text files.:
SVG files (scalable vector graphics) seem to be special XML files and therefore when added to .pa archives I think they should be compressed as if they were text files.
Hi Brian, did you try compressing them as text, see how it works vs our current picked codec? You can copy a bunch of them to .txt file (cmd prompt copy?) and then try both with txt and svg extension?
Pretty sure we tested this but lets see what happens with your files. Thanks!
-
@spwolf You are correct. They’re clearly not like your average text file.