aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2026-05-28Add xterm 16 color supportRose Hogenson1-0/+132
It looks pretty impressively bad
2026-05-27Correctly handle errors for missing filesRose Hogenson1-32/+30
2026-05-27Handle some weird sizesRose Hogenson1-2/+8
2026-05-27Fix usageRose Hogenson1-1/+1
2026-05-27Fix newlinesRose Hogenson1-7/+8
2026-05-27Add licenseRose Hogenson1-0/+674
2026-05-27Initial commitRose Hogenson4-0/+287
2025-10-08Add licenseRose Hogenson1-0/+674
2025-10-08Update import pathRose Hogenson2-4/+4
2025-10-08Update import pathRose Hogenson3-22/+27
2025-04-12GPLRose Hogenson1-0/+674
2025-04-12GitHubRose Hogenson2-4/+10
2025-03-17Add more file formatsRose Hogenson1-0/+4
2025-03-17Initial commitRose Hogenson4-0/+109
2025-03-17Improve usageRose Hogenson2-19/+30
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.