On Wed, 2007-03-14 at 11:59 -0400, Joe Smith wrote:
> 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

Thanks for the Quick Reply, I understand that it would probably be a
tough issue to program correctly, especially if you consider how you
would want to handle bitmapped images at a different resolutions that
are imported in the document.

Along these same lines, does anyone know how Writer handles scaling
bitmapped images within it's documents.  Does it simply change the
Resolution to get the required size or does it change the size while
maintaining the same resolution ?

This will help me teach other people to either scale their images within
Writer or Change the Print Size of their Images before importing into
Writer to ensure their image resolution is high enough for quality
printing.

Thanks again,
Mike Petersen
[EMAIL PROTECTED]

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

Reply via email to