| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SageThumbs2K-Setup-1.2.1.exe | 2026-07-19 | 9.7 MB | |
| README.md | 2026-07-19 | 1.1 kB | |
| SageThumbs 2K 1.2.1 source code.tar.gz | 2026-07-19 | 3.2 MB | |
| SageThumbs 2K 1.2.1 source code.zip | 2026-07-19 | 3.4 MB | |
| Totals: 4 Items | 16.4 MB | 0 | |
Fixed
- Paint Shop Pro brushes now actually get thumbnails, and picture tubes are no longer blurry.
1.2.0 added the Paint Shop Pro file family, but it could only read a preview that was stored as a JPEG. Two things were wrong with that:
.PspBrushfiles never store one that way. They keep their picture as compressed (LZ77) data, so brushes ended up with no thumbnail at all — the format was registered, but nothing appeared..PspTubefiles keep a tiny 80×80 thumbnail next to their real full-size picture. SageThumbs was finding the small one, so tubes were being shown at a fraction of the available detail.
SageThumbs now reads the compressed picture data inside these files directly and always picks the largest image available. Brushes work, and a tube shows its whole contents crisply — a 900×900 tube renders at 900×900 instead of an upscaled 80×80.
Added
.tub— the legacy picture-tube extension used by older Paint Shop Pro versions.
Both fixes came from a community report with sample files. Thank you.