aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-08-31Use the draw package for resizing the image.Rose Hogenson1-1/+1
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/+17
Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though.