Changes between Version 18 and Version 19 of DiaVisViewPlugin


Ignore:
Timestamp:
Oct 11, 2015, 9:06:11 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Remove obsolete info. Pillow is now the dependency rather than PIL.

Legend:

Unmodified
Added
Removed
Modified
  • DiaVisViewPlugin

    v18 v19  
    77This plugin automatically creates a bitmapped render of [http://live.gnome.org/Dia Dia] and MS Visio VDX diagrams when attaching them to objects in Trac.
    88
    9 This has taken the original DiaViewPlugin and modified it for use with Trac 0.11, and at the same time included support for vdx and compressed files.
    10 
    11 It has had very little testing. It has been set up as a separate hack to the original DiaViewPlugin so as not to break DiaViewPlugin for Trac < 0.11.
    12 
    13 If the width was changed in the macro argument, the displayed image would scale, however the source file stayed the same. To overcome this issue, the width is checked using the image library, and if different it is re-rendered. Please see [http://www.pythonware.com/products/pil/ Python Imaging Library].
     9If the width is changed in the macro argument the displayed image is re-rendered using [pypi:pillow].
    1410
    1511== Bugs/Feature Requests
     
    4137}}}
    4238
    43 Also ensure that '''dia''' (diagram editor) and the '''Python Imaging Library''' are installed.
    44 
    4539== Example
    4640