User Guide
08.1 · Saving, Copying and Sharing

Saving Captures

Save the current capture (with annotations rendered in) to a file on disk.

Quick Workflow

  1. Take or load a capture so the canvas is populated.
  2. Click Save on the toolbar, or press Ctrl+S.
  3. Choose a folder and filename in the dialog.
  4. Pick a format from the Save as type list.
  5. Click Save.

The command is only enabled while HasCapture == true. With an empty canvas the toolbar button is greyed out.

Default Folder and Filename

The file dialog opens at Save.SaveFolder. If that setting is empty, it falls back to %USERPROFILE%\Pictures\Tex\ and creates the folder on first save.

Filenames are pre-filled from Save.FileNamePattern. The default template is tex_{timestamp} which resolves to e.g. tex_20260418_153042.

Tip

Setting — clear Save.SaveFolder to always return to Pictures\Tex, or point it at a shared project drive to keep captures in one place.

Supported Formats

FormatSetting(s)Notes
PNGSave.PngCompressionLevel (0-9, default 6)Lossless. Preserves transparency.
JPEGSave.JpegQuality (0-100, default 90)Lossy. No transparency.
BMPnoneUncompressed. Largest files.
WebPSave.WebPQuality (1-100, default 85), Save.WebPLossless (default false)Smallest files at acceptable quality.

PNG compression level trades speed for file size — 0 is fast and large, 9 is slow and small. Image quality is identical either way (PNG is lossless).

Metadata and Resizing

SettingDefaultEffect
Save.StripMetadatafalseRemoves EXIF and similar tags before writing.
Save.ResizeOnSavefalseDownscale oversized captures on save.
Save.MaxWidth1920Cap width in pixels when resizing.
Save.MaxHeight1080Cap height in pixels when resizing.
Save.MaintainAspectRatiotrueScale proportionally inside the max box.

Resizing only shrinks — captures smaller than the max box are written at their native resolution.

Tip

Tip — for sharing to chat apps (Slack, Teams, WhatsApp), WebP at quality 85 produces tiny files that still look clean. For print or documentation that will be zoomed in, save as PNG to avoid compression artefacts.

  • Clipboard copy instead of save: see 08.2.
  • Email as attachment: see 08.3.
  • Change the default format up front: Settings → Save → Default Format.