diff --git a/.gitignore b/.gitignore index 93b3bcee..f5ad3135 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ start.sh dist release cache.json +CLAUDE.md diff --git a/README.md b/README.md index 16705757..7ab9b17d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,24 @@ For a semi-technical overview of this tool, check out the video: https://youtu.b 5. Click **Convert**! 6. Hopefully, after a bit (or a lot) of thinking, the program will spit out the file you wanted. If not, see the "Issues" section below. +### Chained / waypoint conversion + +Between the "Convert from" and "Convert to" columns is a **Via (optional)** panel. It lets you force the conversion through one or more intermediate formats in a single click — no re-uploading required. + +**Example — PNG → WAV → PNG (round-trip / reinterpretation):** + +1. Drop a PNG and let the tool auto-select it as the input format. +2. Click **Round trip ↺** to automatically mirror the input as the output (PNG → PNG). +3. Click **+ Add intermediate format** and pick **WAV** from the picker. +4. Click **Convert**. One download arrives: the final PNG. + +**Tips:** + +- Add as many waypoints as you like by clicking **+ Add intermediate format** multiple times. +- Remove a waypoint by clicking **×** on its chip. +- Tick **Also download intermediate files** to also receive each leg's output (e.g. the WAV above). +- Switching between Simple / Advanced mode clears the waypoint list. + ## Issues Ever since the YouTube video released, we've been getting spammed with issues suggesting the addition of all kinds of niche file formats. To keep things organized, I've decided to specify what counts as a valid issue and what doesn't. diff --git a/index.html b/index.html index f85e0f68..dc0f15bd 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,20 @@

Convert from:

+
+

Waypoints (optional)

+

Force conversion through a specific intermediate format

+
+
+ + + +
+
+

Convert to:

@@ -53,6 +67,15 @@

Convert to:

+ +
+

Add a waypoint

+ +
+ +
+
+