From 1d41f871eed8f754656414c9330c14c008f87d9e Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Sun, 18 Jan 2026 12:30:42 +0100 Subject: [PATCH] [dyad] Added info icons to settings - wrote 1 file(s) --- src/components/image-converter.tsx | 266 +++++++++++++++++------------ 1 file changed, 154 insertions(+), 112 deletions(-) diff --git a/src/components/image-converter.tsx b/src/components/image-converter.tsx index a7eb76a..760def6 100644 --- a/src/components/image-converter.tsx +++ b/src/components/image-converter.tsx @@ -381,14 +381,17 @@ export function ImageConverter() {
- - - - - -

Choose a preset aspect ratio or select 'Custom' to enter dimensions manually.

-
-
+
+ + + + + + +

Choose a preset aspect ratio or select 'Custom' to enter dimensions manually.

+
+
+
@@ -425,38 +431,47 @@ export function ImageConverter() {
- - - - - -

Set the output height in pixels. Leave blank to use the original height.

-
-
+
+ + + + + + +

Set the output height in pixels. Leave blank to use the original height.

+
+
+
setKeepOrientation(Boolean(checked))} /> - - - - - -

Automatically swaps width and height to match the original image's orientation.

-
-
+
- - - - - -

Determines how the image fits into the new dimensions.

-
-
+
+ + + + + + +

Determines how the image fits into the new dimensions.

+
+
+
setPrefix(e.target.value)} />
- - - - - -

Add text to the end of every filename (before the number).

-
-
+
+ + + + + + +

Add text to the end of every filename (before the number).

+
+
+
setSuffix(e.target.value)} />
- - - - - -

Append a numbered sequence to each filename.

-
-
+
{useCounter && (
- - - - - -

The first number to use in the sequence.

-
-
+
+ + + + + + +

The first number to use in the sequence.

+
+
+
- - - - - -

Total number of digits for the counter, padded with leading zeros (e.g., 3 for 001).

-
-
+
+ + + + + + +

Total number of digits for the counter, padded with leading zeros (e.g., 3 for 001).

+
+
+
- - - - - -

Choose the output file format for the images.

-
-
+
+ + + + + + +

Choose the output file format for the images.

+
+
+