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;">
|
||||
<tr>
|
||||
<td style="vertical-align:middle; padding-right:16px;"><img src="app/assets/logo.png" alt="ICRA Logo" width="140"/></td>
|
||||
<td style="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.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" style="vertical-align:middle; margin-right:16px;"/>
|
||||
<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/>
|
||||
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.</span>
|
||||
</p>
|
||||
|
||||
## Features
|
||||
- Two synced previews (original + overlay)
|
||||
|
|
|
|||
Loading…
Reference in New Issue