Lilut is a ridiculously simple PHP-based web tool for applying ready-made Hald CLUT presets to JPEG files.
- PHP
- php-imagick
- Git (optional)
- Install the required packages on a local machine or a remote web server.
- Clone the project's repository using the
git clone https://github.com/dmpop/lilut.git
command. Alternatively, download the latest source code using the appropriate button on the project's pages. - Put Hald CLUT files into the lilut/luts directory.
- Open the index.php file and change the default footer text (this step is optional).
To run Lilut locally, switch in the terminal to the lilut directory and run the php -S 0.0.0.0:8000
command and point the browser to the 127.0.0.1:8000 address.
To install Lilut on a web server with PHP, copy the lilut directory to the document root of your server.
The Linux Photography book provides additional information on creating Hald CLUT presets for use with Lilut. Get your copy at Google Play Store or Gumroad.
Please report bugs and issues in the Issues section.
If you've found a bug or have a suggestion for improvement, open an issue in the Issues section.
To add a new feature or fix issues yourself, follow the following steps.
- Fork the project's repository.
- Create a feature branch using the
git checkout -b new-feature
command. - Add your new feature or fix bugs and run the
git commit -am 'Add a new feature'
command to commit changes. - Push changes using the
git push origin new-feature
command. - Submit a pull request.
Dmitri Popov dmpop@cameracode.coffee