Download Latest Version SageThumbs2K-Setup-1.8.3.exe (13.5 MB)
Email in envelope

Get an email when there's a new version of SageThumbs 2k

Home / v1.2.0
Name Modified Size InfoDownloads / Week
Parent folder
SageThumbs2K-Setup-1.2.0.exe 2026-07-18 9.7 MB
README.md 2026-07-18 2.2 kB
SageThumbs 2K 1.2.0 source code.tar.gz 2026-07-18 3.2 MB
SageThumbs 2K 1.2.0 source code.zip 2026-07-18 3.4 MB
Totals: 4 Items   16.3 MB 0

Added

  • Thumbnails for the rest of the Paint Shop Pro family.PspBrush, .PspFrame, .PspTube, .PspShape, .PspSelection and .PspMask.

These use the same container format as .pspimage, and SageThumbs picks its reader by inspecting the file's contents rather than trusting the extension, so they thumbnail through the existing Paint Shop Pro path. Two honest caveats: not every file of these types stores a preview picture inside it, and where none exists you'll see the normal Windows icon exactly as before. A .PspMask that is really a Windows bitmap rather than a PSP file also works — it simply falls through to the standard image reader.

Thanks to the community member who spotted that these share the format.

  • View the source behind a rendered preview. Anything the Quick preview renders now has a { } button in its toolbar — press it (or Ctrl+U) to swap the rendered view for the raw file, and press it again to go back.

It works on everything that renders from readable text:

Rendered view Source view
Markdown (.md and friends) GitHub-style formatting the raw Markdown
CSV / TSV a gridded table the original rows
Jupyter notebooks (.ipynb) rendered cells + outputs the notebook JSON
HTML the rendered page the page source
SVG the drawn image the XML, syntax-highlighted

The source view is the full text editor experience you already get for code files: syntax highlighting, line numbers, and select-and-copy (Ctrl+A / Ctrl+C, drag-select, Shift+arrows).

Two details that make it pleasant to live with:

  • The mode sticks while the window is open, so ←/→ keeps showing source as you flip through a folder of documents.
  • Opening a fresh preview always starts rendered, so it never surprises you later.

The button only appears on files that genuinely have both views, so it stays out of the way on photos, videos, and PDFs — and on plain code files, which are already showing you their source.

Changed

  • SVG source is now syntax-highlighted as XML rather than shown as flat text.
Source: README.md, updated 2026-07-18