Use inline layout for logo intro
This commit is contained in:
parent
d8b4cd904b
commit
51fac302eb
14
README.md
14
README.md
|
|
@ -1,12 +1,8 @@
|
||||||
<table border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse;">
|
<p>
|
||||||
<tr>
|
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" style="vertical-align:middle; margin-right:16px;"/>
|
||||||
<td style="vertical-align:middle; padding-right:16px;"><img src="app/assets/logo.png" alt="ICRA Logo" width="140"/></td>
|
<span style="vertical-align:middle; display:inline-block;"> <strong>ICRA</strong> (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
|
||||||
<td style="vertical-align:middle;">
|
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.</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.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Two synced previews (original + overlay)
|
- Two synced previews (original + overlay)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue