Actually, my plan is to include MiniZ, Zopfli, and 7-zip deflate algorithms and let the user decide which to use. 7-zip gives much better compression ratios at the expense of CPU/time. Zopfli squeezes a little more compression ratio but takes a very long time to do it. MiniZ is comparable to Zlib. I searched google for hours and have not found where anyone else extracted just the deflate portion.