Krita
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (→Sample files) | Dexvertbot  (Talk | contribs)  m (Change telparia.com samples link to template) | ||
| (One intermediate revision by one user not shown) | |||
| Line 10: | Line 10: | ||
| == Identification == | == Identification == | ||
| − | Krita documents  | + | 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
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
- https://github.com/KDE/krita/tree/master/krita/data/templates/ .../*.kra
- dexvert samples — archive/kra
[edit] Links
-  Krita website
- Krita History
- KRITA Documentation: *.kra - Very minimal information about the .kra format
 
- Wikipedia: Krita

