Revision 52f13ac...

Go back to digest for 20th November 2011

Bug Fixes in Office

Boudewijn Rempt committed changes in [calligra] krita/ui/openrastertk/kis_open_raster_stack_load_visitor.cpp:

Make ora work with calligraconverter

The ora importer used KisImage::resize to resize images after loading
all the layers. This broke when KisImage::resize was ported to the
strokes framework and actually became an asynch crop+resize implementation.

Somehow, the resize never finished when run in batch mode, which meant
that subsequently the png export couldn't even start.

File Changes

Modified 1 files
  • krita/ui/openrastertk/kis_open_raster_stack_load_visitor.cpp
1 files changed in total