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: 5 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-19T21:42:29.000Z (about 1 year ago)
- Last Synced: 2025-04-19T22:45:12.782Z (about 1 year 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.05 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gtk - Fig - GIF editor (cropping, trimming, reversing, removing/extracting frames) `#python` `#gtk4` `#libadwaita`. (Graphics / Raster Graphics)
README
Fig
Sleek 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
- Duplicate frame range
- 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.