User Guide
10.4 · Settings and Preferences

Save Settings

Save settings govern where captures are written, how files are named, and per-format quality options.

Settings

SettingDefaultDescriptionUI location
DefaultFormat"PNG"Format preselected in the save dialog. PNG / JPEG / BMP / WebPSettings → Save
SaveFolder""Output directory. Empty falls back to %USERPROFILE%\Pictures\TexSettings → Save
FileNamePattern"tex_{timestamp}"Filename template (no extension)Settings → Save
AutoSavefalseWrite every capture to SaveFolder immediately without a dialogSettings → Save
JpegQuality90JPEG compression quality. Range 1-100Settings → Save
WebPQuality85WebP quality when lossy. Range 1-100Settings → Save
WebPLosslessfalseUse WebP lossless mode. Ignores WebPQualitySettings → Save
PngCompressionLevel6PNG zlib compression. Range 0-9 (0 = fastest, 9 = smallest)Settings → Save
StripMetadatafalseRemove EXIF / XMP metadata on saveSettings → Save
ResizeOnSavefalseDownscale images larger than MaxWidth / MaxHeight before writingSettings → Save
MaxWidth1920Resize ceiling in pixels. Only applied when ResizeOnSave is onSettings → Save
MaxHeight1080Resize ceiling in pixels. Only applied when ResizeOnSave is onSettings → Save
MaintainAspectRatiotruePreserve aspect ratio when resizingSettings → Save

The {timestamp} token

The token {timestamp} in FileNamePattern expands to the local time at save, formatted YYYYMMDD_HHmmss. Example:

PatternResolved filename
tex_{timestamp}tex_20260418_153042.png
capture-{timestamp}capture-20260418_153042.png
screenshotscreenshot.png (overwritten each save — avoid unless intentional)
Tip

Tip — Include {timestamp} in any pattern you use with AutoSave, otherwise every capture overwrites the previous one.

Format notes

  • PNG preserves transparency (RGBA) and is lossless at every compression level. Level affects file size and save speed, not quality.
  • JPEG has no transparency. Quality below ~75 shows visible artefacts on screenshots of UI text.
  • BMP has no compression or quality options — files are large.
  • WebP with WebPLossless = true typically produces smaller files than PNG for UI screenshots.
Tip

WarningStripMetadata removes camera / authoring information. It does not strip the image itself. Redact sensitive content with the blur or pixelate annotation tools before saving.