Mike Petersen wrote:
Does anyone know if there is a way to adjust the export resolution in
Draw so it will save the file in say 600dpi instead of a low resolution.
...

There's no way to adjust it that I know of, although it has been requested (many times):
Export to bitmap file has fixed DPI (resolution)
http://qa.openoffice.org/issues/show_bug.cgi?id=4499

The only workaround I'm aware of is to use File > Print (to file) to produce a PostScript output file, then use Ghostscript (or some front-end to it, like ImageMagick) to render the PostScript at whatever dpi you need.

On Linux with ImageMagick it looks something like this:

$ convert -density 300 squidge.ps squidge.png

Ghostscript does antialiasing as well, so the results are about as good as you're going to get.

There is some more information in the comments for that issue.

<Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to