|
|
# Url image preview Plugin
|
|
# Url image preview Plugin
|
|
|
|
|
|
|
|
## Overall description
|
|
## Description
|
|
|
|
|
|
|
|
Displays images inside the chat window.
|
|
Displays a preview of images inside the chat window.
|
|
|
|
|
|
|
|
If you right click on the picture you have several options:
|
|
If you right click on the picture you have several options:
|
|
|
|
|
|
| ... | @@ -10,41 +10,42 @@ If you right click on the picture you have several options: |
... | @@ -10,41 +10,42 @@ If you right click on the picture you have several options: |
|
|
* Open the picture with your File Manager
|
|
* Open the picture with your File Manager
|
|
|
* Open the Link with your Browser
|
|
* Open the Link with your Browser
|
|
|
|
|
|
|
|
|
|
|
|
## Plugin Configuration
|
|
## Plugin Configuration
|
|
|
|
|
|
|
|
In the Configuration Menu you can choose:
|
|
In the Configuration Menu you can choose:
|
|
|
|
|
|
|
|
* Size of preview in pixel
|
|
* Size of previews in pixels
|
|
|
* Size of pictures that are previewed
|
|
* File size of pictures that are previewed
|
|
|
* On picture click action
|
|
* Click action for previews
|
|
|
|
|
|
|
|
Supported images file types are:
|
|
|
|
|
|
|
|
Supported images are:
|
|
|
|
|
* .bmp
|
|
* .bmp
|
|
|
* .png
|
|
* .png
|
|
|
* .jpg
|
|
* .jpg
|
|
|
* .gif
|
|
* .gif
|
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
## Installation
|
|
|
|
|
|
|
|
Install the Plugin via Gajim Plugin Manager
|
|
Install the Plugin via Plugin Manager
|
|
|
|
|
|
|
|
Linux:
|
|
**Linux:**
|
|
|
if you install the `python-cryptography` package, it is able to decrypt pictures sent encrypted with OMEMO
|
|
|
|
|
|
|
|
|
|
## Changelog
|
|
To be able to decrypt pictures encrypted with OMEMO, you need to install the `python-cryptography` package.
|
|
|
|
|
|
|
|
###### 1.0.1 - 07.08.2017
|
|
|
|
|
|
|
|
|
|
|
## Changelog (Gajim 0.16)
|
|
|
|
|
|
|
|
###### 1.0.1 - 07.08.2017
|
|
|
- Support 12bit IVs for httpupload files
|
|
- Support 12bit IVs for httpupload files
|
|
|
|
|
|
|
|
###### 1.0.0 - 15.04.2017
|
|
###### 1.0.0 - 15.04.2017
|
|
|
|
|
|
|
|
- Add support for aesgcm:// uri scheme
|
|
- Add support for aesgcm:// uri scheme
|
|
|
|
|
|
|
|
###### 0.9.9 - 14.01.2017
|
|
###### 0.9.9 - 14.01.2017
|
|
|
|
|
|
|
|
- Plugin now works with proxy again
|
|
- Plugin now works with proxy again
|
|
|
|
|
|
|
|
###### 0.4.2 - 10.01.2017
|
|
###### 0.4.2 - 10.01.2017
|
|
|
|
|
- Better error handling (don't crash) |
|
|
- Better Error handling (dont crash) |
|
|
|
\ No newline at end of file |
|
|