dagwieers / asciidoc-odf

ODF backend for AsciiDoc
98 stars 26 forks source link

embedded images are tiny #37

Open getreu opened 11 years ago

getreu commented 11 years ago

Dag, we have talked about this bug some time ago. Embedded images do not have the right size, due to a bug in LibreOffice.

It seems with LibreOffice 3.5.4.2 we are close to a solution:

The size information is imported correctly in libre office: choose image property, then "use original size". The image appear in right dimensions. With a little luck it should be possible to indicate "use original size" in fodt?

Regards

Jens

dagwieers commented 11 years ago

@getreu This problem was reported as issue #23 and opened as a bug to the LibreOffice project at: https://bugs.freedesktop.org/show_bug.cgi?id=45884

Do you have a reference to a discussion/ticket about the solution ? IMO the problem is not exactly the "original size" that is the problem, but rather the fact that if you provide only the desired width or height, it does not keep the proportion of the image. (It is also not standardized what the behavior should be in ODF)