Left-align logo in README
This commit is contained in:
parent
247077f5b3
commit
bed81e6d50
|
|
@ -1,8 +1,6 @@
|
||||||
# ICRS (Interactive Color Range Analyzer)
|
# ICRS (Interactive Color Range Analyzer)
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
<img src="app/assets/logo.png" alt="ICRS Logo" width="120"/>
|
<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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue