Skip to content
/ lilut Public

Simple PHP-based web application for applying Hald CLUT presets to JPEG files

License

Notifications You must be signed in to change notification settings

dmpop/lilut

Repository files navigation

Lilut

Lilut is a ridiculously simple PHP-based web tool for applying ready-made Hald CLUT presets to JPEG files.

Lilut

Dependencies

  • PHP
  • php-imagick
  • Git (optional)

Installation and usage

  1. Install the required packages on a local machine or a remote web server.
  2. 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.
  3. Put Hald CLUT files into the lilut/luts directory.
  4. 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.

Problems?

Please report bugs and issues in the Issues section.

Contribute

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.

  1. Fork the project's repository.
  2. Create a feature branch using the git checkout -b new-feature command.
  3. Add your new feature or fix bugs and run the git commit -am 'Add a new feature' command to commit changes.
  4. Push changes using the git push origin new-feature command.
  5. Submit a pull request.

Author

Dmitri Popov dmpop@cameracode.coffee

License

The GNU General Public License version 3

About

Simple PHP-based web application for applying Hald CLUT presets to JPEG files

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published