Skip to content

Commit

Permalink
docs(reame): files supported (#29)
Browse files Browse the repository at this point in the history
* docs(readme): fix menu of contents

* docs(readme): add a table showing to which format a image can be converted to
  • Loading branch information
danvergara authored Jan 25, 2024
1 parent d9ef1b8 commit 354a578
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ __Self-Hosted file converter server.__
## Table of contents

- [Overview](#overview)
- [Installation](#Installation)
- [Docker](#Docker)
- [Installation](#installation)
- [Docker](#docker)
- [Features](#features)
- [Usage](#usage)
- [Supported Files](#supported-files-and-convert-matrix)
- [Images](#images-x-images)
- [License](#license)

## Overview
Expand Down Expand Up @@ -58,5 +61,18 @@ A modal will pop up with a preview of the converted image.

<img src="screenshots/modal_morphos.png"/>

## Supported Files And Convert Matrix

### Images x Images

| | PNG | JPEG | GIF | WEBP | TIFF | BMP |
|-------|-------|--------|-------|--------|--------|-------|
| PNG | ||||||
| JPEG || |||||
| GIF ||| ||||
| WEBP |||| |||
| TIFF ||||| ||
| BMP |||||| |

## License
The MIT License (MIT). See [LICENSE](LICENSE) file for more details.

0 comments on commit 354a578

Please sign in to comment.