Diffusion Krita 4cb990274f86

Add a legacy zip store for writing backwards-compatible kra files

Authored by rempt on May 17 2019, 9:40 AM.

Description

Add a legacy zip store for writing backwards-compatible kra files

Use the Quazip store for reading and writing 64 bits zip files,
the Legacy store for writing 32 bits zip files. It's still not
ideal, having two zip implementations (and a third one hidden
inside Qt), but this gives maximal compatibility. Vectors and
colorize masks load again as well.

BUG:407601
BUG:407630
CCBUG:407537

Details