Use flex layout for intro logo and text
This commit is contained in:
parent
8839560696
commit
0cce0939cd
11
README.md
11
README.md
|
|
@ -1,11 +1,10 @@
|
||||||
<p>
|
<div style="display:flex; gap:16px; align-items:center;">
|
||||||
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" align="left" hspace="16" vspace="4"/>
|
<img src="app/assets/logo.png" alt="ICRA Logo" width="140"/>
|
||||||
<span style="display:inline-block; margin-top:52px;">
|
<div>
|
||||||
<strong>ICRA</strong> (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
|
<strong>ICRA</strong> (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
|
||||||
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.
|
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.
|
||||||
</span>
|
</div>
|
||||||
</p>
|
</div>
|
||||||
<br clear="all"/>
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Two synced previews (original + overlay)
|
- Two synced previews (original + overlay)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue