Skip to content

Commit

Permalink
convert-image-format@el-amine-404: Update README.md (#429)
Browse files Browse the repository at this point in the history
* Correctly escape the * in the file extensions because in the website it appears in italic
  • Loading branch information
el-amine-404 authored Jul 1, 2024
1 parent da4c693 commit 160d170
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions convert-image-format@el-amine-404/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ DESCRIPTION

This action lets you convert a single or multiple image files to the following formats (currently 15 formats and their variants):

| Format | Description |
| ---------------------------------------------------------- | --------------------------------------- |
| *.apng | Animated Portable Network Graphics |
| *.avif | AV1 Image File Format |
| *.bmp | Bitmap |
| *.gif | Graphics Interchange Format |
| *.heic | High Efficiency Image Coding |
| *.heif | High Efficiency Image Format |
| *.ico, *.cur | Microsoft Icon |
| *.jpg, *.jpeg, *.pjpeg, *.pjp, *.jpe, *.jfi, *.jfif, *.jif | JPEG (Joint Photographic Experts Group) |
| *.jp2, *.j2k | JPEG 2000 Image |
| *.pdf | Portable Document Format |
| *.png | Portable Network Graphics |
| *.svg | plaintext Scalable Vector Graphics |
| *.svgz | compressed Scalable Vector Graphics |
| *.tiff, tif | Tagged Image File Format |
| *.webp | Web Picture format |
| Format | Description |
| ------------------------------------------------------------------ | --------------------------------------- |
| *.apng | Animated Portable Network Graphics |
| *.avif | AV1 Image File Format |
| *.bmp | Bitmap |
| *.gif | Graphics Interchange Format |
| *.heic | High Efficiency Image Coding |
| *.heif | High Efficiency Image Format |
| \*.ico, \*.cur | Microsoft Icon |
| \*.jpg, \*.jpeg, \*.pjpeg, \*.pjp, \*.jpe, \*.jfi, \*.jfif, \*.jif | JPEG (Joint Photographic Experts Group) |
| \*.jp2, \*.j2k | JPEG 2000 Image |
| *.pdf | Portable Document Format |
| *.png | Portable Network Graphics |
| *.svg | plaintext Scalable Vector Graphics |
| *.svgz | compressed Scalable Vector Graphics |
| \*.tiff, \*.tif | Tagged Image File Format |
| *.webp | Web Picture format |

DEPENDENCIES
------------
Expand All @@ -47,4 +47,4 @@ sudo apt-get install -y imagemagick zenity file librsvg2-bin
CONTRIBUTING
------------

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request on the [project's GitHub repository](https://github.com/linuxmint/cinnamon-spices-actions).
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request on the [project's GitHub repository](https://github.com/linuxmint/cinnamon-spices-actions).

0 comments on commit 160d170

Please sign in to comment.