Embed logo in README
This commit is contained in:
parent
97bfe772ff
commit
247077f5b3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue