https://github.com/q1chenl/fig
Sleek GIF editor
https://github.com/q1chenl/fig
cutter flathub flathub-pkg flatpak flatpak-apps gif gtk gtk4 gtk4-python3 image-editor linux linux-app linux-desktop trimmer
Last synced: about 1 month ago
JSON representation
Sleek GIF editor
- Host: GitHub
- URL: https://github.com/q1chenl/fig
- Owner: Q1CHENL
- License: mit
- Created: 2024-10-14T19:24:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-12T19:29:00.000Z (2 months ago)
- Last Synced: 2025-03-24T03:34:51.502Z (about 2 months ago)
- Topics: cutter, flathub, flathub-pkg, flatpak, flatpak-apps, gif, gtk, gtk4, gtk4-python3, image-editor, linux, linux-app, linux-desktop, trimmer
- Language: Python
- Homepage: https://flathub.org/apps/io.github.Q1CHENL.fig
- Size: 3.03 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
FigSleek GIF editor.

## Features
- 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## Build and Run
- 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`
## Test
`pip install pytest`
`pytest test/test.py`
## Credits
- Homepage UI is inspired by [sly](https://github.com/kra-mo/sly)
- Thanks to Cursor/Windsurf/Copilot :)## Contribute
PRs and Issues are always welcome.