/Gifup

A desktop program to create GIFs in elementary OS!

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Gifup

Create GIFs from video files, written for the elementary OS.


Screenshot
Report a problem!

Installation

App under Heavy development!

Get it:

Install the elementary OS SDK

sudo apt install elementary-sdk

clone the repository

git clone https://github.com/Bharatkalluri/Gifup.git
cd Gifup

build the project

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install