# Gifski **Repository Path**: Erbash/Gifski ## Basic Information - **Project Name**: Gifski - **Description**: Gifski 是一款用于 macOS 上的应用,能够将视频内容转换为高质量的 Gif 图像,基于 pququant 实现 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-10-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Convert videos to high-quality GIFs on your Mac
## Building from source
To build the app in Xcode, you need to have [Rust](https://www.rust-lang.org) and GCC 8 installed first:
```sh
curl https://sh.rustup.rs -sSf | sh
brew install gcc@8 SwiftLint
```
## Built with
- [gifski library](https://github.com/ImageOptim/gifski) - High-quality GIF encoder
- [Defaults](https://github.com/sindresorhus/Defaults/blob/master/readme.md) - Swifty and modern UserDefaults
- [DockProgress](https://github.com/sindresorhus/DockProgress) - Show progress in your app's Dock icon
- [More packages…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift)
## Maintainers
- [Sindre Sorhus](https://github.com/sindresorhus)
- [Kornel Lesiński](https://github.com/kornelski)
- [Lars-Jørgen Kristiansen](https://github.com/LarsJK)
## License
MIT (the Mac app) + [gifski library license](https://github.com/ImageOptim/gifski/blob/master/LICENSE)