aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
AgeCommit message (Collapse)AuthorFilesLines
2025-03-17Bump depsRose Hogenson1-37/+6
2023-08-31Use the draw package for resizing the image.Rose Hogenson1-0/+33
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/+4
Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though.