Diffusion Krita ded079919b1f

Implement cloning of KisImage object

Authored by dkazakov on Oct 1 2016, 7:12 PM.

Description

Implement cloning of KisImage object

All the layers are shallow-copied, all the metadata is deep copied.

This functionality should be used in saving/autosaving in a background.

Fixes T3572