An open API service indexing awesome lists of open source software.

https://github.com/cryptoalgorithm/swiftyicer

SwiftUI ICER decoding
https://github.com/cryptoalgorithm/swiftyicer

Last synced: about 1 month ago
JSON representation

SwiftUI ICER decoding

Awesome Lists containing this project

README

          

# SwiftyICER

> Simple SwiftUI view for decoding of ICER-encoded images

Uses [`TheRealOrange/icer_compression`](https://github.com/TheRealOrange/icer_compression)
as the underlying ICER decoding implementation. Check it out for more information
regarding the ICER image compression format. In a gist, ICER is a...

> progressive, wavelet-based image compression algorithm designed to be resistant
> to data loss, making it suitable for use as the image compression algorithm
> when encoding images to be transmitted over unreliable delivery channels,
> such as those in satellite radio communications.

## Installation

This is a Swift Package which can be added to your project just like any other
package. Use the following URL:

```
https://github.com/cryptoAlgorithm/SwiftyICER.git
```