Vertically centre logo and intro text

This commit is contained in:
lm 2025-10-17 14:40:42 +02:00
parent 392875f302
commit d18cf0e12a
1 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
<img src="app/assets/logo.png" alt="ICRA Logo" width="120" align="left" style="margin-right:16px;"/> <table>
<tr>
**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 width="140" valign="middle" align="center"><img src="app/assets/logo.png" alt="ICRA Logo" width="120"/></td>
<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>
<br clear="all"/> </tr>
</table>
## Features ## Features
- Two synced previews (original + overlay) - Two synced previews (original + overlay)