tayloraswift / swift-png

decode, inspect, edit, and encode png images in pure swift

Home Page:https://swiftinit.org/docs/swift-png

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support different LZ77 compression level settings

tayloraswift opened this issue · comments

Currently the library will use the most aggressive (and slowest) compression setting yielding the greatest size savings at the expense of runtime. This setting should be exposed to the user.