Krita

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(PRONOM)
m (Change telparia.com samples link to template)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
 
== Identification ==
 
== Identification ==
Krita documents are probably supposed to have "{{magic|mimetypeapplication/x-krita}}" at offset 30, but we've observed some that lack this signature.
+
Similar to OpenRaster, one of the files in the ZIP container is named "{{magic|mimetype}}", and its contents are the ASCII string "{{magic|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 "{{magic|mimetypeapplication/x-krita}}" at offset 30, but we've observed some that lack this signature.
  
 
== Sample files ==
 
== Sample files ==
 
* https://github.com/KDE/krita/tree/master/krita/data/templates/ .../*.kra
 
* https://github.com/KDE/krita/tree/master/krita/data/templates/ .../*.kra
 +
* {{DexvertSamples|archive/kra}}
  
 
== Links ==
 
== Links ==

Latest revision as of 02:55, 28 December 2023

File Format
Name Krita
Ontology
Extension(s) .kra
MIME Type(s) application/x-krita
PRONOM fmt/999
Released 2004

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.

[edit] 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.

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox