[Libreoffice-bugs] [Bug 124325] Writer: Converting DOCX to HTML reduces grouped image quality.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 27 14:59:55 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124325

--- Comment #2 from Young S. <ysuk at unboundmedicine.com> ---
Also, I've started tinkering with the source code. Most of the relevant code
seems to be in sw/source/filter/html/htmlflywriter.cxx, where
OutHTML_FrameFormatGrfNode() (line 1777) or OutHTML_FrameFormatAsImage() (line
1739) both call the below WriteGraphic() method in
svx/source/xoutdev/_xoutbmp.cxx (line 113)

    ErrCode XOutBitmap::WriteGraphic( const Graphic& rGraphic, OUString&
rFileName,
                                 co nst OUString& rFilterName, const XOutFlags
nFlags,
                                 const Size* pMtfSize_100TH_MM,
                                 const css::uno::Sequence<
css::beans::PropertyValue >* pFilterData )

Would anyone happen to know if modifying the pMtfSize_100TH_MM parameter would
alter the output image size/quality? I've been doing custom builds with this
parameter modified but have had problems so far.

Any help would be greatly appreciated. Thank you and wish you all the best~~

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190327/c3eb201b/attachment-0001.html>


More information about the Libreoffice-bugs mailing list