https://github.com/cryptoalgorithm/swiftyicer
SwiftUI ICER decoding
https://github.com/cryptoalgorithm/swiftyicer
Last synced: about 1 month ago
JSON representation
SwiftUI ICER decoding
- Host: GitHub
- URL: https://github.com/cryptoalgorithm/swiftyicer
- Owner: cryptoAlgorithm
- Created: 2023-10-21T08:10:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T17:08:33.000Z (9 months ago)
- Last Synced: 2025-04-04T18:23:52.720Z (9 months ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```