Skip to content

Commit

Permalink
Merge pull request #31 from Lich-Corals/dev
Browse files Browse the repository at this point in the history
Update graph
  • Loading branch information
Lich-Corals authored Mar 25, 2024
2 parents c6e91a8 + 1b37fca commit 2a2c35f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note that the Nemo port is very new and not as well tasted as the Nautilus versi
B["MP3<br/>MPGA<br/>MPG<br/>MPEG<br/>WAV<br/>M3U<br/>M3U8<br/>M4A<br/>MKA<br/>AAC<br/>3GP<br/>3G2<br/>OGG<br/>OPUS"]
C["MP4<br/>WebM<br/>MKV<br/>AVI<br/>MOV<br/>QT"]
D["JPEG<br/>PNG<br/>BMP<br/>GIF<br/>WEBP<br/>JXL*²<br/>TIFF<br/>Different square sizes"]
D["JPEG<br/>PNG<br/>BMP<br/>GIF<br/>WEBP<br/>JXL*²<br/>TIFF<br/>AVIF*³<br/>Different square sizes<br/>Different wallpaper sizes"]
E["MP3<br/>WAV<br/>ACC<br/>FLAC<br/>M4A<br/>OGG<br/>OPUS"]
F["MP4<br/>WebM<br/>MKV<br/>AVI<br/>MP3<br/>WAV"]
Expand All @@ -33,6 +33,7 @@ Note that the Nemo port is very new and not as well tasted as the Nautilus versi
```
*¹ [Needs pyheif](https://github.com/Lich-Corals/linux-file-converter-addon/blob/main/markdown/install-dependencies.md#pyheif-heic-avif).
<br/>*² [Needs jxlpy](https://github.com/Lich-Corals/linux-file-converter-addon/blob/main/markdown/install-dependencies.md#jxlpy-jxl).
<br/>*³ [Needs pillow-avif-plugin](https://github.com/Lich-Corals/linux-file-converter-addon/blob/main/markdown/install-dependencies.md#pillow-avif-plugin-to-avif).

# Installation
Please head over to the installation page for your file manager:
Expand Down
1 change: 1 addition & 0 deletions markdown/install-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ You may need to install some dependencies before installing pyheif. Otherwise yo
```bash
yum install libffi libheif-devel libde265-devel
```
### pillow-avif-plugin (to AVIF)
In addition, to convert *to* **avif** format you will need this [plugin for Pillow](https://pypi.org/project/pillow-avif-plugin/).
```bash
pip install pillow-avif-plugin
Expand Down

0 comments on commit 2a2c35f

Please sign in to comment.