tayloraswift/swift-png

add simplified encoding and decoding APIs

Opened this issue · 0 comments

the encoding (and to a lesser extent, decoding) APIs are quite pedantic and require too much knowledge of the PNG format and image compression in general to use.

encoding an image requires reading and understanding a multiparagraph tutorial.