Closed danjujan closed 1 year ago
Hi, the --disable-* flags were designed to disable optimizing the given file formats. This isn't working correctly here - I'll prepare a fix in the coming days.
Fixed the issue – ECT will now respect the disable flags and not compress the specified files, but create a gzip archive. Thanks for reporting this!
I noticed that the
-gzip
command line option interacts with--disable-png
or--disable-jpg
:Is this intended behavior?