Skip to content

ColorPipe-tools is a set of tools to handle and process LUTs or color spaces.

License

Notifications You must be signed in to change notification settings

sgtm/ColorPipe-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of https://github.com/mikrosimage/ColorPipe-tools that makes it work with Python3 and fixes minor issues.

NOTE: This fork is neither under active development not actively maintained

ColorPipe-tools

Tools for Color Pipelines.

See documentation site.

Tools overview

Plot That LUT

plotThatLUT is a python script for plotting look up tables based on OpenColorIO and matplotlib.

plotThatLUT

LUT Lab

lutLab contains utility python scripts to convert and manipulate Look Up Tables.

Available scripts :

lut_to_lut: convert a 1D/2D/3D LUT into another format.

curve_to_lut: export a LUT from a colorspace gradation function

rgb_to_xyz_matrix: generate RGB colorspace to XYZ conversion matrix

plot_that_chroma: plot chromaticity coordinates.

Plot that chroma

Web app

web_app is a web version of the previous tools based on cherryPy.

Web app

Requirements

  • OpenColorIO / PyOpenColorIO (tested versions: 1.1.1)
  • Numpy (tested versions: 1.18.1)
  • Scipy (tested versions: 1.3.3)
  • Argparse
  • Clint (optional)

For plot tools

  • Matplotlib

For web app

  • cherryPy

About

ColorPipe-tools is a set of tools to handle and process LUTs or color spaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Roff 74.2%
  • Python 25.3%
  • Other 0.5%