Changes between Version 22 and Version 23 of DiaVisViewPlugin
- Timestamp:
- Sep 16, 2016, 7:12:13 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DiaVisViewPlugin
v22 v23 9 9 If the width is changed in the macro argument the image is re-rendered using [pypi:pillow], which is a Python imaging library. 10 10 11 A typical use case would be where you attach a file to display on the page as per normal. The files can be either dia or vdx, compressed or uncompressed. To do so, make suitable macro entries in the page . The width can be specified as a second argument. Additional optional arguments are described in the [WikiMacros#Image-macro Image macro help].11 A typical use case would be where you attach a file to display on the page as per normal. The files can be either dia or vdx, compressed or uncompressed. To do so, make suitable macro entries in the page: 12 12 13 13 {{{ … … 16 16 [[DiaVisView(Diagram2.vdx, border=2)]] 17 17 }}} 18 19 The width can be specified as a second argument. Additional optional arguments are described in the [WikiMacros#Image-macro Image macro help]. 18 20 19 21 == Bugs/Feature Requests