Documentation

File formats#

FormatPurposeEditable in GraphX?Source imageNumerical data
Browser-supported imageSource graphAs a new workspaceIs the sourceNot yet digitised
.graphxEditable GraphX projectYesEmbeddedYes
CSVTabular exportNoNoYes
Clipboard TSVQuick active-dataset pasteNoNoYes
PDFDigitisation reportNoReport figureYes, formatted tables
JPEGAnnotated raster imageNoBase imageVisual markers only

GraphX's image picker accepts the browser image/* family. JPEG, PNG, WebP and GIF are common examples, but actual decoding support is provided by the browser. For a predictable graph source, use a clear static image; animated-image behaviour is not a project feature to rely on.

.graphx is GraphX's self-contained editable project format. It stores the source image and saved GraphX project information so work can be restored later. It is a versioned JSON-based file, and GraphX validates its structure, image data, calibration references, datasets, and identifiers before restoring it. It is intended for Saving and opening projects, not general data interchange.

CSV, clipboard TSV, PDF, and JPEG are described in Export overview, CSV and copied data, PDF reports, and JPEG export.