An open API service indexing awesome lists of open source software.

https://github.com/extracraftx/lut-converter

A simple program to visualise and convert colour LUTs
https://github.com/extracraftx/lut-converter

Last synced: about 1 month ago
JSON representation

A simple program to visualise and convert colour LUTs

Awesome Lists containing this project

README

          

# LUT converter
This is a simple program to allow for conversion between various LUT formats.

## Install
With [Node.js](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed, clone the repository and run `npm i` to install all dependencies.

Once the dependencies have been installed simply use `npm start` to run the program.

## Development
The `.js` files are generated by the [TypeScript](https://www.typescriptlang.org/) compiler and should not be modified.

To install TypeScript run `npm i -g typescript`. You can then run `tsc -w` to start the compilation in watch mode. Visit https://typescriptlang.org/ for more information about TypeScript.