Use table layout for logo intro
This commit is contained in:
parent
d18cf0e12a
commit
6a6ffac055
16
README.md
16
README.md
|
|
@ -1,9 +1,13 @@
|
||||||
<table>
|
<div style="display:table;">
|
||||||
<tr>
|
<div style="display:table-row;">
|
||||||
<td width="140" valign="middle" align="center"><img src="app/assets/logo.png" alt="ICRA Logo" width="120"/></td>
|
<div style="display:table-cell; vertical-align:middle; padding-right:16px;">
|
||||||
<td valign="middle">**ICRA** (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images. Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.</td>
|
<img src="app/assets/logo.png" alt="ICRA Logo" width="120"/>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
<div style="display:table-cell; vertical-align:middle;">
|
||||||
|
**ICRA** (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images. Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Two synced previews (original + overlay)
|
- Two synced previews (original + overlay)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue