Bug 97441 - Consider converting images out of .wmf format when documents converted from doc to docx
Summary: Consider converting images out of .wmf format when documents converted from d...
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard: interoperability
Keywords: filter:doc, filter:docx, needsDevAdvice
Depends on:
Blocks:
 
Reported: 2016-01-29 19:05 UTC by Alex
Modified: 2017-12-13 10:01 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2016-01-29 19:05:10 UTC
LibreOffice Writer seems to retain embedded images in .wmf format by default when going from .doc to .docx. However, libwmf is unmaintained these days, leading to issue opening them in imagemagick, and often necessitating a second LibreOffice call to convert the .wmf images (leading to listener headaches, because LibreOffice's code base appears not to use libwmf and actually works, albeit with a lot more overhead than imagemagick) when trying to script this all headlessly.

I'm not sure if it technically violates the .docx standard but it might not be a bad idea to just transform them all to .png by default when the document itself is converted in order to avoid this.
Comment 1 Xisco Faulí 2017-12-13 10:01:40 UTC
I guess the issue is in imagemagick and not in LibreOffice. Besides, we don't plan to convert images to .png as export time as it might bring other downsides.
Closing as RESOLVED WONTFIX