Skip to content

LABCatcher is a tool for extracting LAB color values from images without a physical colorimeter.

License

Notifications You must be signed in to change notification settings

diegowarp/labcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LABCatcher

LABCatcher is a tool for extracting LAB color values from images without a physical colorimeter. With an intuitive GUI built using Tkinter and OpenCV, users can load images in various formats, select regions of interest, and calculate average LAB colors.

Features

  • Supports multiple image formats, including RAW (.NEF);
  • Interactive ROI selection for precise color extraction;
  • Converts RGB to LAB using colorspacious;
  • Copy results to clipboard for easy documentation;

Screenshots

image

image

image

image

Installation

Install dependencies:

pip install opencv-python rawpy numpy pyperclip colorspacious

Run the application:

python main.py

License

This project is licensed under the MIT License.

About

LABCatcher is a tool for extracting LAB color values from images without a physical colorimeter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages