A simple web application for applying color LUTs (Look-Up Tables) to images with real-time preview and adjustable intensity.
- Interactive Before/After Slider: Visually compare original and edited images
- Adjustable LUT Intensity: Fine-tune the effect strength with a simple slider
- Multiple Format Support:
- Images: JPG, PNG, WebP, HEIC, HEIF, BMP, TIFF
- LUTs: .CUBE, .3DL
- Simple Interface: Easy drag & drop for both images and LUT files
# Clone the repository
git clone https://github.com/dreamcatcher45/lut-photo-editor.git
# Install dependencies
npm install
# Start the development server
npm start- Upload an image using the first drop area
- Upload a LUT file (.CUBE or .3DL) using the second drop area
- Adjust intensity with the slider
- Use the comparison slider to see differences
- Download your edited image
Built with React, TypeScript, and HTML Canvas for pixel-level image processing. The app uses trilinear interpolation to accurately apply LUT color transformations.
Created by dreamcatcher45