Krita
From Just Solve the File Format Problem
Revision as of 02:55, 28 December 2023 by Dexvertbot (Talk | contribs)
Krita is an open source graphics editor. It has a native layered raster graphics format called .kra or Krita document. The format uses a ZIP container, and appears to be similar to OpenRaster.
Identification
Similar to OpenRaster, one of the files in the ZIP container is named "mimetype
", and its contents are the ASCII string "application/x-krita
". Ideally, that's the first file in the container, and it's stored without compression. This means that, because of the way ZIP works, Krita documents should have "mimetypeapplication/x-krita
" at offset 30, but we've observed some that lack this signature.
Sample files
- https://github.com/KDE/krita/tree/master/krita/data/templates/ .../*.kra
- dexvert samples — archive/kra
Links
- Krita website
- Krita History
- KRITA Documentation: *.kra - Very minimal information about the .kra format
- Wikipedia: Krita