Provides all image manipulation and channel separation functions for the filmout program.
Go to file
Matt McWilliams ca7d02a3a5 Add invert feature for combined channel images 2026-03-01 14:03:06 -05:00
cmake-modules Initialize project 2025-12-16 15:31:33 -08:00
include Add invert feature for combined channel images 2026-03-01 14:03:06 -05:00
notes Initialize project 2025-12-16 15:31:33 -08:00
src Add invert feature for combined channel images 2026-03-01 14:03:06 -05:00
.gitignore Filmout image generates different channels 2026-01-01 00:29:02 -05:00
.gitmodules Initialize project 2025-12-16 15:31:33 -08:00
CMakeLists.txt Initialize project 2025-12-16 15:31:33 -08:00
LICENSE Initialize project 2025-12-16 15:31:33 -08:00
README.md Update filmout_image readme 2026-01-01 07:05:18 -08:00
compile.sh Initialize project 2025-12-16 15:31:33 -08:00
error.txt Initialize project 2025-12-16 15:31:33 -08:00

README.md

filmout_image

Provides the image manipulation and channel separation features for the filmout program.

Decouples the behavior from filmout_display to allow that program to remained optimized and keep these operations in their own application.

Usage

fi {OPTIONS} [image]

    filmout_image

  OPTIONS:

      -h, --help                        Display this help menu
      image                             Image to manipulate
      -m[mode]                          The mode flag (default: 0) 0=RGB,1=
      -r[red]                           Path of red channel file to write
      -g[green]                         Path of green channel file to write
      -b[blue]                          Path of blue channel file to write
      "--" can be used to terminate flag options and force all following
      arguments to be treated as positional options

    Manipulates images for filmout