aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
AgeCommit message (Collapse)AuthorFilesLines
2026-05-28Upgrade sixelRose Hogenson1-1/+1
2026-05-28Upgrade sixelRose Hogenson1-1/+1
2026-05-28Use the sixel packageRose Hogenson1-5/+3
2025-10-08Update import pathRose Hogenson1-5/+5
2025-04-12GitHubRose Hogenson1-4/+4
2025-03-17Bump depsRose Hogenson1-4/+6
2025-03-17Print in double resolution using ▀Rose Hogenson1-1/+1
2023-08-31Use the draw package for resizing the image.Rose Hogenson1-1/+4
This allows me to use the approximate bilinear interpolation, which looks a lot better than my brain-dead nearest-neighbor.
2023-08-30icat: a program to print images in the terminal.Rose Hogenson1-0/+7
Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though.