Skip to content

Commit

Permalink
docs(readme): add more tables describing supported formats and which …
Browse files Browse the repository at this point in the history
…formats they can be converted to
  • Loading branch information
danvergara committed Jan 25, 2024
1 parent 82fd043 commit 9483806
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
|-------|-------|--------|-------|--------|--------|-------|
Expand All @@ -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.

0 comments on commit 9483806

Please sign in to comment.