diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-30 11:11:10 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-30 11:11:10 -0700 |
| commit | 7935762e84b09a75670b3a40fae75703368effb4 (patch) | |
| tree | af25486df38c4fa8d5f6dc250db1a2971d62678b /thumbnailer.go | |
| parent | 8ccfb399c812d62aaacfc997a83559f1283d61bf (diff) | |
| download | imgutil-7935762e84b09a75670b3a40fae75703368effb4.tar.zst | |
Upgrade sixel
Diffstat (limited to 'thumbnailer.go')
| -rw-r--r-- | thumbnailer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer.go b/thumbnailer.go index cd14316..1236504 100644 --- a/thumbnailer.go +++ b/thumbnailer.go @@ -132,7 +132,7 @@ func printImg(w io.Writer, img image.Image) { case modeBlock24: sixel.PrintBlock(w, img) case modeSixel: - sixel.Print(w, img) + sixel.Print(w, img, nil) default: panic("invalid mode") } |
