Skip to content

harlanhaskins/SwiftQOI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftQOI

SwiftQOI is an in-progress implementation of the Quite OK Image Format.

It supports encoding QOI images, but does not yet support decoding.

Installation

SwiftQOI can be added to your project using Swift Package Manager. For more information on using SwiftPM in Xcode, see Apple's guide

If you're using package dependencies directly, you can add this as one of your dependencies:

dependencies: [
    .package(url: "https://github.com/harlanhaskins/SwiftQOI.git", from: "0.0.1")
]

Author

Harlan Haskins ([email protected])

About

A QOI image encoder for Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published