From 9483806a5d06db1f9469f827890b7ac94fcb7377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Omar=20Vergara=20P=C3=A9rez?= Date: Wed, 24 Jan 2024 21:24:06 -0600 Subject: [PATCH] docs(readme): add more tables describing supported formats and which formats they can be converted to --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf07399..ccbdb99 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ __Self-Hosted file converter server.__ - [Features](#features) - [Usage](#usage) - [Supported Files](#supported-files-and-convert-matrix) - - [Images](#images-x-images) + - [Images To Images](#images-x-images) + - [Images To Documents](#images-x-documents) + - [Documents To Images](#documents-x-images) - [License](#license) ## Overview @@ -63,7 +65,7 @@ A modal will pop up with a preview of the converted image. ## Supported Files And Convert Matrix -### Images x Images +### Images X Images | | PNG | JPEG | GIF | WEBP | TIFF | BMP | |-------|-------|--------|-------|--------|--------|-------| @@ -74,5 +76,22 @@ A modal will pop up with a preview of the converted image. | TIFF | ✅ | ✅ | ✅ | ✅ | | ✅ | | BMP | ✅ | ✅ | ✅ | ✅ | ✅ | | +### Images X Documents + +| | PDF | +|-------|-------| +| PNG | ✅ | +| JPEG | ✅ | +| GIF | ✅ | +| WEBP | ✅ | +| TIFF | ✅ | +| BMP | ✅ | + +## Documents X Images + +| | PNG | JPEG | GIF | WEBP | TIFF | BMP | +|-------|-------|--------|-------|--------|--------|-------| +| PDF | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | + ## License The MIT License (MIT). See [LICENSE](LICENSE) file for more details.