Mercurial > prosody-modules
comparison mod_pep_vcard_png_avatar/README.markdown @ 2496:e6a3bdbce7b9
mod_pep_vcard_png_avatar: Move to dwebp, handle errors on opening file_png.
author | Michel Le Bihan <michel@lebihan.pl> |
---|---|
date | Mon, 13 Feb 2017 21:50:53 +0100 |
parents | 557dc366838e |
children |
comparison
equal
deleted
inserted
replaced
2495:5ca2470a7755 | 2496:e6a3bdbce7b9 |
---|---|
1 Introduction | 1 Introduction |
2 ============ | 2 ============ |
3 | 3 |
4 Conversations (an XMPP client for Android) is publishing PEP avatars in the webp file format. However Pidgin and other XMPP desktop clients can only show vcard avatars, that are in the PNG file format. This module is the [mod_pep_vcard_avatar](https://modules.prosody.im/mod_pep_vcard_avatar.html) module extended to also change the avatar file format to PNG. | 4 Conversations (an XMPP client for Android) is publishing PEP avatars in the webp file format. However Pidgin and other XMPP desktop clients can only show vcard avatars, that are in the PNG file format. This module is the [mod_pep_vcard_avatar](https://modules.prosody.im/mod_pep_vcard_avatar.html) module extended to also change the avatar file format to PNG. |
5 | 5 |
6 This module needs `convert` from ImageMagick as an additional dependency. | 6 This module needs `dwebp` from `webp` package as an additional dependency. |
7 | 7 |
8 Configuration | 8 Configuration |
9 ============= | 9 ============= |
10 | 10 |
11 Enable the module as any other: | 11 Enable the module as any other: |