Metadata-Version: 2.1
Name: nl-philter
Version: 0.0.1
Summary: cLUT/Cube toolkit for recording color transformations.
Home-page: UNKNOWN
Author: nonlogicaldev
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.16.2)
Requires-Dist: Pillow (>=6.2.0)

# PHILTER

CLUT/HALD image generation and processing toolkit.

(Based on imlementation of [@homm](https://github.com/homm/color-filters-reconstruction) with some usability and accuracy improvements.)

- - - - - - - - - - - 

```
usage: philter [cmd]

A CLI toolkit for creating LUTs

subcommands:

    gen            Generate a fotified identity THALD image (somewhat immune
                   to compression artifacts) which can be used to capture
                   color transformations.

    clut           Generate CLUT image and CUBE map file from a fortified
                   THALD image.

    cube           Generate CUBE file from a NON fortified HALD image.
```


