diff options
author | Hossein <hossein@libreoffice.org> | 2022-04-13 13:06:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-04-13 17:04:35 +0200 |
commit | 3a641c344d35df13437f97e68ee5cfd993845e91 (patch) | |
tree | ccb2c7df441323782c00a13a33297d1436e4db15 /emfio | |
parent | 239752d358a44d9bd9e5e2a9b7e6084da97d8862 (diff) |
Add info on limerest / dump drawyinglayer primitives
* Add information on dumping drawyinglayer primitives as xml
* Add link to a new tool named limerest on gitlab
Change-Id: I50a0018d9c3063281b2a761d437bb9def0f34bde
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132936
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emfio/README.md b/emfio/README.md index 665af1fa4e0c..db7393d9018c 100644 --- a/emfio/README.md +++ b/emfio/README.md @@ -49,6 +49,10 @@ documentation. ## How does it work? `emfio` module takes a byte array and turns it into a `drawinglayer` primitive container. The rendering is done via `drawinglayer` primitives. For more information, you should refer to [VCL](../vcl) documentation. +The drawinglayer primitives created to draw the emf/wmf files can be dumped as +xml for debugging purposes. For more information, please refer to the +[drawyinglayer](../drawyinglayer) documentation. + ## Limitations Not all the WMF/EMF/EMF+ records are supported by this module. Unsupported records are marked as "not implemented", and a warning message will printed @@ -114,6 +118,8 @@ formats. Some of them are: modifies several binary formats from Microsoft including WMF/EMF/EMF+, and also other companies. * [EMF+ diagnostics reporting tool](https://github.com/chrissherlock/emfplus-decoder) +* [limerest](https://gitlab.com/re-lab-project/limerest): A new gui tool based +on OLEToy for working with verious binary formats ## Related Software * [libemf](http://libemf.sourceforge.net/) |