Diffusion Krita 7a90f28096ac

Add a static method to create a KisImage from a QImage

Authored by rempt on Jul 19 2019, 2:32 PM.

Description

Add a static method to create a KisImage from a QImage

This tries its best to keep the colormodel of the qimage, now that
qimage can also have 16 bit integer or float channels.

Details