https://github.com/toxblh/gifsplash
https://github.com/toxblh/gifsplash
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toxblh/gifsplash
- Owner: Toxblh
- Created: 2024-04-08T23:05:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T17:38:53.000Z (over 2 years ago)
- Last Synced: 2025-01-07T09:36:10.144Z (over 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# GifSplash
[Русский](/Readme.ru.md)
## Description
gifsplash is an application that takes a GIF file as its first argument and creates a splash screen based on that file. The application requires the Qt library to work.
## Installation
To build gifsplash, follow these steps:
1. Make sure you have `podman` installed.
2. Run the command `./build.sh` to build the application.
## Usage
After a successful build, you can run GifSplash by specifying a GIF file as the first argument:
```shell
gifsplash /path/to/gif
```