Resize intro logo and split description lines

This commit is contained in:
lm 2025-10-17 14:49:59 +02:00
parent 30d20f3cf3
commit cfe779d137
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
<table> <table>
<tr> <tr>
<td style="vertical-align:middle; padding-right:16px;"><img src="app/assets/logo.png" alt="ICRA Logo" width="120"/></td> <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;">**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> <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> </tr>
</table> </table>