RPTools / maptool

Virtual Tabletop for playing roleplaying games with remote players or face to face.
http://rptools.net
GNU Affero General Public License v3.0
787 stars 259 forks source link

New function createAsset #4923

Open Jmr3366 opened 1 week ago

Jmr3366 commented 1 week ago

Description of the Change

New trusted macro function createAsset(name,imageData) that will return an asset:\\< asset ID > value on success. Checks are made for data types and only webp,jpg,png are permitted raw data types.

Possible Drawbacks

Release Notes

Examples: [r: createAsset("Test", < raw image data >)] outputs asset:\\< asset ID >

(I renamed my branch as I almost overwrote it)


This change is Reviewable