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





------- Additional comments from [EMAIL PROTECTED] Thu Nov  3 07:50:20 -0800 
2005 -------
Thanks for uploading the patch here, Michael :)

Some comments about the patch:

MS Office saves a WMF stream for the VT_CF property by default.  However, the
thumbnail extractor that we have in GNOME has trouble with complex WMF data ---
it can render it fine, it just gobbles up lots of memory through its use of
ImageMagick.

So, this patch saves the thumbnail as a BMP.  OLE files also support this. 
Then, the thumbnail extractor in GNOME will have no trouble with BMP data.

I had to change a static method in GraphicHelper from private to public; it's
the one that I use to render a GDIMetaFile into a BitmapEx.  Caolan suggested a
different method; I may change it to use it instead.

---------------------------------------------------------------------
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