Ensure README intro table is borderless and centered
This commit is contained in:
parent
b54a0c862a
commit
eb5568c8cd
14
README.md
14
README.md
|
|
@ -1,6 +1,14 @@
|
||||||
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" align="left" hspace="16" vspace="4"/>
|
<table style="border-collapse:collapse; border:none;">
|
||||||
**ICRA** (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
|
<tr style="border:none;">
|
||||||
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 style="border:none; padding-right:16px; vertical-align:middle;">
|
||||||
|
<img src="app/assets/logo.png" alt="ICRA Logo" width="140"/>
|
||||||
|
</td>
|
||||||
|
<td style="border:none; 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>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Two synced previews (original + overlay)
|
- Two synced previews (original + overlay)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue