- Crop, flip and rotate GIF
- Trim GIF to any frame range
- Reverse GIF
- Remove specific frames
- Insert GIF/image(s) at any position
- Change playback speed for specific frames
- Extract frames
- Export GIF as video
- Play GIF at the original speed
- Text embedding
- Draw on gif
Tip
View the Help page for more advanced actions
-
Run as python module:
pip install -r requirements.txt
(Install dependencies)python -m fig
-
Install stubs for better code completion (optional)
pip install pygobject-stubs
-
-
Flatpak:
-
Build and install
flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir io.github.Q1CHENL.fig.json
-
Run
flatpak run io.github.Q1CHENL.fig
-
pip install pytest
pytest test/test.py
- Homepage UI is inspired by sly
- Thanks to Cursor/Windsurf/Copilot :)
PRs and Issues are always welcome.