|
DrawView: Open Source Draw File Viewer Software
| |
|
|
![]() |
![]() |
||||
| Drawing by Hans Rijnen from the original Vector release - view full size screenshot (antialiased) or original file |
The full repertoire of objects - view
full size screenshot
(see also Vector displaying the same file on RiscOS, and object types annotated). |
DrawView requires the Qt libraries (version 4.1.0 or later), available from Trolltech or included in many Linux distributions. Note, however, that Qt 4 is a major new upgrade to the library and may not be included as standard in your distribution yet - the older Qt 3 will not work. Download and install the library separately (it can coexist happily with Qt 3) if required.
Qt is free for use and development of open-source applications (now on all patforms). It may in theory be possible to run DrawView under Windows or MacOS using the appropriate Qt package.
For reasonable text display, a good selection of TrueType fonts should be installed. If not installed as standard, it may be possible to copy some useful fonts from a Windows machine (you should check the legality of this before doing so).
Then, after unpacking the source archive and changing to the source directory, configure and install the application by doing:
$ ./configure [OPTIONS...] $ make $ su root -c 'make install'
Some useful OPTIONS that it may be necessary to give to 'configure' are:
| --prefix=DIRECTORY | Base DIRECTORY for the installation, default is /usr/local. | |||
| --with-qt4=LOCATION | The LOCATION where the Qt 4 library is installed (containing the bin, include and lib subdirectories). If not specified, this is searched for on PATH, in /usr/qt/4 and /usr/lib/qt4, and in prefix. | |||
| --with-kde=yes | Install KDE desktop integration (application, icons and MIME types); this is the default if its kde-config program is found on PATH. Specify --with-kde=LOCATION to install to a different place, or --with-kde=no to not install anything. | |||
| --with-desktop=yes | Install freedesktop/GNOME desktop integration (application and icons); this is the default if the KDE integration is not installed. Specify --with-desktop=LOCATION to install to a different place (the default is /usr/share), or --with-desktop=no to not install anything. |
There are some other, less useful, options; use 'configure --help' to list them.
See the INSTALL file within the source archive for extremely detailed installation instructions.
$ drawview [FILES...]
or, if the desktop integration was installed, by running it from the application menu or by opening a RiscOS drawing in the file manager or web browser (currently KDE only).
The options available from the application menus are:
| File | Open... | Open a file selection dialogue to load a drawing file. | |||
| Export... | Open a save dialogue to export the drawing in either PDF or PostScript format, at the current page size and orientation. At the moment only single page export is supported, but it may be possible to print multiple pages or at a different scale using another application (for example, Adobe Acrobat for PDF). | ||||
| Dump | Decode and display the original Draw file structure on standard output. | ||||
| Close | Close the current window only. | ||||
| Quit | Close all open windows and exit the application. | ||||
| View | Zoom | Submenu to change the viewing zoom factor. | |||
| Clipping | Enable/disable view clipping. When on (the default), objects are clipped to the visible window while redrawing; this improves performance. When off, all of the objects are drawn regardless of whether they are visible or not; this slows down redrawing, but may give better results if the bounding boxes are not set correctly in the drawing file (some applications don't set them properly). If parts of objects appear to be missing or not drawn correctly, then try turning this option off. | ||||
| Antialiasing | Enable/disable antialiasing (smoothing of edges) for paths, which improves the display especially of diagonal lines - compare an antialiased screenshot against the same without. This option is on by default, but can be very slow for complex files; if performance is a problem, antialiasing can be turned off. | ||||
| Bounding boxes | Enable/disable display of object bounding boxes (green rectangles). Useful for checking whether the bounding boxes are set correctly in the original file. | ||||
| Skeleton objects | Enable/disable display of skeleton objects (light blue rectangles). | ||||
| Settings | Page Size... | Set the viewing page size and orientation. Normally this will be set automatically from the drawing bounding box, but if this is not set correctly or if the page size is non-standard then one can be selected here. | |||
| Preferences... | This is not currently implemented. | ||||
| Help | About DrawView... | Version information and contact details for the application. | |||
| About Qt... | Version information and contact details for the library. |
Some example files are installed in the directory prefix/share/drawview/examples; this will be at /usr/local/share/drawview/examples if using the default configuration.
The mapping between the original Acorn font names and available fonts is configurable. To extend or change this, edit the file prefix/share/drawview/fontmap; this will be at /usr/local/share/drawview/fontmap by default. See the comments at the top of the file for details.
Sprite images in "old" format (8bpp or less) can only be loaded if they are in a known screen mode - this is needed to find the depth and resolution of the sprite. To add details of a new mode, edit the file prefix/share/drawview/modes; this will be at /usr/local/share/drawview/modes by default.
| File Type | Applications | ||
|---|---|---|---|
| Plain Draw file | DrawFile (AFF) | Draw, many others | |
| Draw file with extra data | DrawFile (AFF) | DrawPlus | |
| Compressed Draw file | CmprDraw (C4B) | Chameleon, Poster, Vector | |
| Compressed or uncompressed, with new objects and extra data | VecFile (C56) | Vector | |
| Draw file with tagged objects | Poster (CC3) | Poster |
It may also be possible to load any other sort of file that uses the Draw format and tagged objects. The contents are detected by the type word at the start of the file; the file name and extension are not significant.
All of the standard Draw objects, and the additional ones provided by Vector, are supported and displayed. There are some features that it is not possible to reproduce exactly, due to limitations in the Qt library or the underlying platform, but the results obtained should be as close as it is possible to achieve. These are:
| The source download contains all that is necessary to build the application (apart from Qt), desktop integration support, and some example files. | Download drawview-1.04.tar.gz 395Kb Compressed Tar archive |
| ||
| The Qt 4 library can be downloaded from the Trolltech web site or FTP mirrors. This link leads to the Open Source Edition; see their main web site for other licence editions. |
Download Qt 4 Open Source Edition |
|
Note that at the moment there seems to be a problem with DrawView when using version 4.2 of Qt; the drawing is displayed, but the paper size is stuck at A4. I am currently investigating this. Version 4.1 of Qt is fine.
There isn't much else to document at the moment, apart from the source itself which is fairly well commented. If there is any more technical information that you need or queries that you have, then please feel free to mail me; I will try to answer to the best of my knowledge or assist in any other way possible.
|
|
Page by Jonathan Marten
Last modified: Sun Dec 14 14:00:20 GMT 2008 |