2023-12-29 05:23:51 -08:00
2023-12-29 05:16:41 -08:00
2023-08-11 14:47:48 -07:00
2023-12-29 05:23:51 -08:00
2023-07-07 23:43:21 -07:00
2023-08-18 14:20:54 -07:00

glitch.gui

glitch.gui -v0.1.0

ScreenShot1

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
S
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%