Ensure README intro table is borderless and centered

This commit is contained in:
lm 2025-10-17 15:00:30 +02:00
parent b54a0c862a
commit eb5568c8cd
1 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,14 @@
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" align="left" hspace="16" vspace="4"/>
**ICRA** (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.<br clear="all"/>
<table style="border-collapse:collapse; border:none;">
<tr style="border:none;">
<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
- Two synced previews (original + overlay)