-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import Base64-encoded image data to Asset #483
Labels
feature
Adding functionality that adds value
up for grabs
Minimal context and are well-suited for new contributors
Comments
Phergus
added
the
up for grabs
Minimal context and are well-suited for new contributors
label
Oct 17, 2021
Note that the Universal VTT import added code to read in Base64-encoded image data and turn that into an asset so much of the work is done. |
Phergus
changed the title
Import possibility for pictures
Import Base64-encoded image data to Asset
Oct 17, 2021
Jmr3366
added a commit
to Jmr3366/maptool
that referenced
this issue
Sep 2, 2024
https://discord.com/channels/296230822262865920/296658523725496320/578194944871759909 rest functions use macro.return instead of ParserException.
Jmr3366
added a commit
to Jmr3366/maptool
that referenced
this issue
Oct 11, 2024
Jmr3366
added a commit
to Jmr3366/maptool
that referenced
this issue
Oct 11, 2024
Jmr3366
added a commit
to Jmr3366/maptool
that referenced
this issue
Oct 11, 2024
Jmr3366
added a commit
to Jmr3366/maptool
that referenced
this issue
Oct 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
Adding functionality that adds value
up for grabs
Minimal context and are well-suited for new contributors
Is your feature request related to a problem? Please describe.
I am working on a project to import characters from Chummer5a. Getting the data works fine so far but I would like to have the option to get the images provided by Chummer5a as URL handeled by MT. Or as Phergus put it: "What is missing on our end is the code to grab the image given that URL (or the Base64 data) and then cache it locally like the normal image assets MT uses. Not a huge deal, just someone needs to get a chance to do the work."
Describe the solution you'd like
Code to grab the image and then cache it locally like the normal image assets MT uses.
Additional context
See discord -> #support4dev 15.05.19
The text was updated successfully, but these errors were encountered: