aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2025-03-17Bump depsRose Hogenson5-84/+13
2025-03-17Use bilinear scalingRose Hogenson1-1/+1
2025-03-17Print in double resolution using ▀Rose Hogenson2-8/+13
2023-08-31Use one stdout buffer for the whole program.Rose Hogenson1-4/+6
2023-08-31Use bufio for output.Rose Hogenson1-2/+5
This is a lot faster for a large image.
2023-08-31Use the draw package for resizing the image.Rose Hogenson4-6/+43
This allows me to use the approximate bilinear interpolation, which looks a lot better than my brain-dead nearest-neighbor.
2023-08-30Load terminal size once at the beginning.Rose Hogenson1-8/+8
2023-08-30icat: a program to print images in the terminal.Rose Hogenson6-0/+134
Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though.