The PXC format

The PXC format is the "native" file format of Pixelitor. You can use it to preserve the layer structure of your work. Technically, PXC files consist of the following:
  1. The identification bytes AB C4
  2. A byte giving the PXC version number. Currently (Pixelitor 2.*) this is 03. Older versions:
    • 00 was used for versions 0.9.2-0.9.7
    • 01 was used for versions 0.9.8
    • 02 was used for versions 0.9.9-1.1.2
  3. A gzipped-serialized pixelitor.Composition object
PXC files can only be opened in Pixelitor. You can save the image in the OpenRaster format if you want to open the image layers in Gimp, Krita, Paint.net, etc., but note that as there is no support for layer masks and text layers in OpenRaster, some information can be lost. Only image layers, and their opacity and blending modes are saved into OpenRaster.

If you only want to save the final image, you can do it in the jpeg, png, bmp or gif formats.