From 160d170c7166a50863ef17f86bce8db755c0a33e Mon Sep 17 00:00:00 2001 From: Amine EL HOUJJAJI <131032600+el-amine-404@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:03:35 +0100 Subject: [PATCH] convert-image-format@el-amine-404: Update README.md (#429) * Correctly escape the * in the file extensions because in the website it appears in italic --- convert-image-format@el-amine-404/README.md | 36 ++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/convert-image-format@el-amine-404/README.md b/convert-image-format@el-amine-404/README.md index 9a1395c1..fd200667 100644 --- a/convert-image-format@el-amine-404/README.md +++ b/convert-image-format@el-amine-404/README.md @@ -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 ------------ @@ -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). \ No newline at end of file +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).