A module that lets you easily find images for tokens, actors, items, macros, and other images in Foundry https://foundryvtt.com/packages/image-tagger
Find a file
2026-02-08 23:27:05 -07:00
.forgejo/workflows Update the importable script to use a JSON-based config instead of consts in the Javascript, and make it rename a lot more and remove tags if they aren't used a certain amount 2026-02-07 20:40:48 -07:00
.vscode Initialize module 2026-01-04 18:07:47 -07:00
dev Add a dev hook that sets the API to be globally available on ready 2026-02-07 00:23:10 -07:00
importable Update the images db based on the new script requirements 2026-02-07 20:41:13 -07:00
langs Add the ability to register external images into the module using the ImageApp 2026-02-07 18:29:20 -07:00
module Improve the performance of the ArtistBrowser's data collation (closes #26) 2026-02-08 23:27:05 -07:00
scripts@0065967ad7 Update scripts submodule 2026-02-02 21:28:47 -07:00
styles Add the ability to register external images into the module using the ImageApp 2026-02-07 18:29:20 -07:00
templates Add the ability to register external images into the module using the ImageApp 2026-02-07 18:29:20 -07:00
.env.template Update npm package data 2026-01-19 22:11:11 -07:00
.gitignore Initialize module 2026-01-04 18:07:47 -07:00
.gitmodules Add the shared scripts folder 2026-01-17 16:05:57 -07:00
augments.d.ts Initialize module 2026-01-04 18:07:47 -07:00
eslint.config.mjs Refactor the database logic for the apps into it's own mixin for reuse 2026-01-17 23:14:33 -07:00
image-tagger.lock Rename the lock file 2026-02-01 23:18:31 -07:00
jsconfig.json Initialize module 2026-01-04 18:07:47 -07:00
module.json Update module.json and README 2026-02-07 22:54:05 -07:00
package-lock.json Add an importable file for the default Foundry images 2026-02-01 23:13:04 -07:00
package.json Add an importable file for the default Foundry images 2026-02-01 23:13:04 -07:00
README.md Update Readme to include the possibility of making the issue on Github instead of just Forgejo/email 2026-02-08 16:18:09 -07:00

Image Tagger

A Foundry VTT module to help you find images that fit what you're wanting faster!

How It Works

When you upload a new image using the module, you can give it:

  • a name
  • any number of tags
  • any number of artists

Then, when you are looking for an image for something, you can use the integrated Art Browser in order to search based on name, tags, and/or artists!

Image Optimization

Included in the module is an automatic conversion of any static images (png, jpeg, etc.) into an optimized webp format! If you upload a webp or gif image, they will not be converted at all, they will stay how you have them.

This optimization is done so that the storage on your server or computer is reduced, as well as making it so all of the images load faster on your player's computers.

Disclaimer:

This module is currently in beta testing, as such there may be bugs and missing features. To report bugs or request features you can: