| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Rename libunicode-convert to symbol_convert and put it in libuemf.
(bzr r12490)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
New: WMF import/export
implements WMF (Windows Metafile) read and write. Inkscape previously
supported that through uniconverter, which was not very good with WMF
files. The new version now has a complete wmf-print/wmf-inout
implementation, analogous to the previous emf-print/emf-inout. This
handles images, patterns, and various other goodies to the extent that
WMF does. WMF is a bit primitive, many fields are only 16 bits, so it
even more resolution sapping issues than does EMF. Given the choice,
always use the latter format.
(bzr r11668.1.52)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EMF import:
- Fix for EMF files with MODIFYWINDOWTRANSFORM records containing rotations
- Add support for embedded PNG and JPG images
- Fix for PowerPoint patterns
EMF export:
- Rotated images are exported using MODIFYWINDOWTRANSFORM records
- Add output option to allow unrotated output (e.g. for PowerPoint 2003)
- Don't rotate hatch and image fills on export
libTERE:
- Fix bug with misplaced words in LTR text (fix for RTL untested)
(bzr r11668.1.50)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EMF import (Adobe Illustrator EMF files):
- workaround for issue with page scaling ('MM_ANISOTROPIC', wrong units)
- fix SETWORLDTRANSFORM operation
- fix libUEMF to support older/shorter EMF header forms
EMF import (general):
- fix import of shapes (rectangles) without borders
- handle EMF bitmap modes where a subsection of the image is extracted
EMF export/import:
- increased size in mm of the reference device by 100X on EMF export
(significant when the dpi is calculated on reading the EMF back in)
- changed dpi calculation:
(sum of pixels ref device)/(sum of millimeter ref device)
(bzr r11668.1.34)
|
| |
|
| |
(bzr r11668.1.21)
|
| |
|
| |
(bzr r11668.1.16)
|
| |
|
| |
(bzr r11668.1.13)
|
|
|
(bzr r11668.1.8)
|