flimp - fast light image manipulation program

Screenshot

flimp

Description

flimp is a generic graphical frontend to the many excellent command line image manipulation tools available. It allows to create pipelines of commands that read from standard input and write to standard output. One can view and compare the result of each stage of the pipeline. flimp leaves the input image file untouched. One rather saves the pipeline in a text file.

Download

flimp-0.0.8.tar.gz
md5 154c2f67e15183ac226394d8c95fd388

Mailing List

flimp@flpsed.org Archive
Instructions

Features

  • non-destructive image manipulation
  • easy to extend and customize
  • flimp is small (currently less than 2500 LOC)
  • import of raw images via dcraw
  • support for 16bit color depth
  • support for external GUI programs to modify parameters

Documentation

Check the README.

Changes from 0.0.7 to 0.0.8:

  • Prevent Up/Down to replace the first ("Original") tab.
  • Avoid warning in flimpgui.cxx
  • Fix compile error on Linux systems that have non-const argument for basename(3).