Use classic image alignment for README intro
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<p>
|
||||
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" style="vertical-align:middle; margin-right:16px;"/>
|
||||
<span style="display:inline-block; vertical-align:middle;">
|
||||
<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.
|
||||
</span>
|
||||
</p>
|
||||
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" align="left" hspace="16" vspace="4"/>
|
||||
**ICRA** (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.<br clear="all"/>
|
||||
|
||||
## Features
|
||||
- Two synced previews (original + overlay)
|
||||
|
||||
Reference in New Issue
Block a user