mirror of
https://github.com/lostjared/glitch.gui.git
synced 2026-06-16 12:33:54 +02:00
45831776bfd62bcd51957cec851e66409fb9db70
glitch.gui
glitch.gui -v0.1.0
This is an application that allows you to generate interesting base images to use with text 2 image ai prompts.
How it works:
Supply a example image or video file, start an animation press Save or the s key to save a snapshot
use the arrow keys, s to save, d to stop/start, e to step or the GUI to move through the supplied distortion filters.
Required libraries: OpenCV 4, http://github.com/lostjared/libacidcam - libacidcam, Qt6
To compile download and install libacidcam
git clone https://github.com/lostjared/libacidcam.git
cd libacidcam
mkdir build && cd build
cmake ../
make -j8 && sudo make install
enter directory of glitch.gui
qmake6
make -j8
./glitch.gui
Description
Aquesta aplicació permet que les usuaries generin art glitch.
Els usuaris poden encadenar efectes junts tant per a imatges com per a fitxers de vídeo, i tenen la capacitat de desar filtres personalitzats creats barrejant i aparellant diferents filtres i connectors. A més, els usuaris poden optar per incorporar so del vídeo original de la font als seus vídeos editats. L'aplicació també ofereix la funcionalitat de girar vídeos entre orientacions de retrat i paisatge.
Readme
GPL-3.0
38 MiB
Languages
C++
81.7%
Makefile
13.7%
C
3.5%
CMake
1%
