StoredOnlyCompressor feature is here, and we can now access it.
StoredOnlyCompressor feature is here, and we can now access it:
Why
Creating a png with Compression::None makes file creation much faster than Compression::Fast.
For hard to compress images, file size between Compression::None and Compression::Fast is is similar.
I've addressed one of your comments and rebased onto master. Thanks @fintelia and @HeroicKatora !
Looks good. We'll just want to hold off merging until we've gotten out a minor release with all the non-breaking changes we want to land
This has been implemented as Compression::NoCompression variant in #503, which is now merged, so I'm going to go ahead and close this PR.
Despite this exact PR not getting merged, it has informed #503 significantly and the NoCompression option would not have been included without this PR. So thank you!
Thank you, @Shnatsel !