Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interaction between gzip mode and png/jpeg files
Addresses an issue when -gzip is specified: - When compressing PNG/JPG files with -gzip, ECT will now actually create a gzip archive. Previously it would just optimize the file, even if the --disable-(png|jpg) flags were enabled. Fixes #133.
- Loading branch information