Offset intro text for better logo alignment
This commit is contained in:
parent
eb5568c8cd
commit
a60766cee0
19
README.md
19
README.md
|
|
@ -1,14 +1,11 @@
|
||||||
<table style="border-collapse:collapse; border:none;">
|
<p>
|
||||||
<tr style="border:none;">
|
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" align="left" hspace="16" vspace="4"/>
|
||||||
<td style="border:none; padding-right:16px; vertical-align:middle;">
|
<span style="display:inline-block; margin-top:36px;">
|
||||||
<img src="app/assets/logo.png" alt="ICRA Logo" width="140"/>
|
<strong>ICRA</strong> (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
|
||||||
</td>
|
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.
|
||||||
<td style="border:none; vertical-align:middle;">
|
</span>
|
||||||
<strong>ICRA</strong> (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
|
</p>
|
||||||
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.
|
<br clear="all"/>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Two synced previews (original + overlay)
|
- Two synced previews (original + overlay)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue