docs: emoji

This commit is contained in:
decentral1se 2024-07-22 20:12:47 +02:00
parent 0f246a0704
commit d36cebc299
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -170,10 +170,10 @@ cat contrib/logo/LOGO | lolcat -F 0.1
## Differences compared to the Python version ## Differences compared to the Python version
- It's simpler to install on your computer, just download the binary, `chmod - It's simpler to install on your computer, just download the binary, `chmod
+x` and run it :tada: There is no need to install [Pillow] for handling +x` and run it 🎉 There is no need to install [Pillow] for handling images,
images, that is now built-in. The only external dependency is [exiftool] for that is now built-in. The only external dependency is [exiftool] for image
image captions from embedded metadata. If you don't have `exiftool` captions from embedded metadata. If you don't have `exiftool` installed, then
installed, then it gracefully skips that feature. it gracefully skips that feature.
- The command-line interface is quite different. There are less optional flags - The command-line interface is quite different. There are less optional flags
and more defaults. I shuffled a number of things around according to my and more defaults. I shuffled a number of things around according to my