BrotherSharper / chat-images

A module for Foundry VTT that adds image support for the chat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Images

GitHub Latest Release Forge Installs Downloads

The title says it all, this module adds support for images in the chat: copy-paste, drag & drop, and links are automatically converted to images.

Installation

  • Go in the Add-on Modules section
  • Click Install Module
  • And search for Chat Images

Settings

  • Warning on drop / Warning on paste: will enable a warning dialog on drop/paste, to prevent accidental sharing.
  • Uploaded/Embedded files quality: Determines the level of quality for the uploaded images, if set to 1 the image will be uploaded as is. A lower value will save space but will reduce the image quality.
  • Files save location: this has 2 options Data folder and Database, for Data folder all the images will be saved in your data folder data\uploaded-chat-images; for Database, all the images are embedded in the chat message and saved in chat.db, only use this method if you don't want to give your players file upload permissions because this leads to slower loading times and if you are using Forge this will fill your game storage super fast.
  • Embed if upload is not possible: this option will allow a user that doesn't have upload privileges to still upload images using the embed method described above.

settings

Examples

Automatically converted links

link

Copy-paste images

copy-paste

Paste a screenshot

screenshot

Drag & drop

drag-and-drop

Preview for uploaded images & show to players

preview

Warning dialog

dialog

About

A module for Foundry VTT that adds image support for the chat.

License:MIT License


Languages

Language:JavaScript 98.4%Language:SCSS 1.6%