Revision 867365

Go back to digest for 5th October 2008

Features in Graphics

Brad Hards committed changes in /trunk/playground/graphics/okular/emf:

Add in EMF parsing library, which can render an Enhanced Metafile format image to a QImage.

This is still a work in progress, but might be useful to other parts of KDE when complete.

Switch the generator to actually use the EMF parser and show the resulting image.

File Changes

Added 40 files
  • /trunk/playground/graphics/okular/emf/emf
  •   /CMakeLists.txt
  •   /demo
  •   /Doxyfile.cmake
  •   /emf_export.h
  •   /EmfRecords.cpp
  •   /EmfRecords.h
  •   /EnhEnums.h
  •   /EnhHeader.cpp
  •   /EnhHeader.h
  •   /EnhMetaFile.cpp
  •   /EnhMetaFile.h
  •   /EnhOutput.cpp
  •   /EnhOutput.h
  •   /mainpage.doxy
  •   /qt4.tag
  •   /tests
  •   /TODO
  •   /demo/CMakeLists.txt
  •   /demo/emf_demo.cpp
  •   /demo/EmfViewer.cpp
  •   /demo/EmfViewer.h
  •   /tests/bad_header.cpp
  •   /tests/bad_header.h
  •   /tests/CMakeLists.txt
  •   /tests/cof.wmf
  •   /tests/no_such.cpp
  •   /tests/no_such.h
  •   /tests/pyemf-1.emf
  •   /tests/pyemf-paths1.emf
  •   /tests/pyemf-setpixel.emf
  •   /tests/pyemf_tests.cpp
  •   /tests/pyemf_tests.h
  •   /tests/render.cpp
  •   /tests/snp-1.emf
  •   /tests/snp-2.emf
  •   /tests/snp-3.emf
  •   /tests/snp_tests.cpp
  •   /tests/snp_tests.h
  •   /tests/visio-1.emf
Modified 3 files
  • /trunk/playground/graphics/okular/emf
  •   /CMakeLists.txt
  •   /generator_emf.cpp
  •   /generator_emf.h
43 files changed in total