Diffusion Krita 896267690e33

Document: set the mimetype when setting the filename

Authored by rempt on Jan 6 2018, 3:24 PM.

Description

Document: set the mimetype when setting the filename

This makes scripts like:

from krita import *
d = Application.createDocument(100, 100, "test", "RGBA", "U8", "")
d.setFileName("test.kra")
d.save()

work.

Details

Committed
remptJan 7 2018, 3:01 PM
Parents
R37:1e126635be0d: Generate CMake script for building NSIS installer
Branches
Unknown
Tags
Unknown