Would be nice to have the ability to inline gauge images like:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA
AAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO
9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Mystery image" />
instead of creating and referencing an image file.
--
TWiki:Main/TaitCyrus
- 2011-05-23
Added new parameter
access
that allows values of
file
or
inline
. The default is
file
and this behaves as before where this plugin creates an image file and a reference to that file is included in the topic page for display. The other option
inline
converts the image data into base64 data which is then embedded inside of the rendered page. No image file needs to be created in this case.
--
TaitCyrus - 2011-05-23