Skip to content

GS90/ImageFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon

ImageFlow

Application for converting video files to high‑quality animated images.

ImageFlow

Description

This application is designed for converting videos into animated GIF and WebP images using the FFmpeg library. You can configure key parameters, such as the output image size, frame rate, applied filters (interpolation method, dithering mode), palette generation method, and the maximum number of colors.

Features

  • All conversion parameters can be configured.
  • Preview of the result.
  • Support for many formats.
  • Intuitive and user-friendly interface.

ToDo

  • Initial release.
  • WebP encoding options.
  • The ability to select a time segment of a video file for conversion.
  • Improved viewing and previewing.

Installation

The built packages are available on the releases page.

Flatpak

The latest official release can be downloaded from Flathub.

Download on Flathub

GNOME Builder

GNOME Builder offers the easiest method to build and test ImageFlow. Clone the repository and press the «Run Project» button to compile.

Build from source

git clone https://github.com/GS90/ImageFlow
cd ImageFlow

meson setup build
ninja -C build install

By default, meson should install ImageFlow to /usr/local.

License

ImageFlow is a free software and will always be free. It is released under the terms of the GNU General Public License.

Copyright

2026, Golodnikov Sergey