Embed logo in README

This commit is contained in:
lm 2025-10-17 14:14:26 +02:00
parent 97bfe772ff
commit 247077f5b3
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# ICRS (Interactive Color Range Analyzer) # ICRS (Interactive Color Range Analyzer)
<div align="center">
<img src="app/assets/logo.png" alt="ICRS Logo" width="120"/>
</div>
ICRS is a small Tkinter tool for analysing colour ranges in images. You load a picture, pick or click a reference colour, adjust hue/saturation/value sliders, and the app marks matching pixels while showing quick stats. ICRS is a small Tkinter tool for analysing colour ranges in images. You load a picture, pick or click a reference colour, adjust hue/saturation/value sliders, and the app marks matching pixels while showing quick stats.
## Features ## Features