To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77068


User cloph changed the following:

                What    |Old value                 |New value
================================================================================
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------
                Keywords|                          |oooqa
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri May 11 16:54:57 +0000 
2007 -------
confirming the issue with vanilla OOo 2.2.0

convert takes quite some time to convert the eps to png, hence the delay.

OOo 2.2.0 seems to no longer save the generated preview along with the eps (it
did so in previous versions), so the preview is generated everytime the
document/picture is loaded.

(OOo tries to use pstoedit, convert and ghostscript in that order to generate a
preview when the eps doesn't contain one)

PS: ghostscript is faster, but at least my version creates a broken result
(protrait result, with a major part cut-off - it only shows 5 column-groups)

PPS: the commands OOo uses are (files from stdin to stdout):
convert -density 300x300 eps:- png:-

gs -dBATCH -dNOPAUSE -dPARANOIDSAFER -dEPSCrop -dTextAlphaBits=4
-dGraphicsAlphaBits=4 -r300x300 -sDEVICE=png256 -sOutputFile=- -

(see goodies/source/filter.vcl/ieps/ieps.cxx)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to