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

https://github.com/toxblh/gifsplash


https://github.com/toxblh/gifsplash

Last synced: 11 months ago
JSON representation

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
```