| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-28 | Upgrade sixel | Rose Hogenson | 2 | -3/+3 | |
| 2026-05-28 | Upgrade sixel | Rose Hogenson | 2 | -3/+3 | |
| 2026-05-28 | Upgrade sixel | Rose Hogenson | 2 | -3/+3 | |
| 2026-05-28 | Change to block24 mode by default | Rose Hogenson | 1 | -1/+4 | |
| This will have better compatibility, e.g. with tmux. I also added handling for when Xpixel and Ypixel are zero. | |||||
| 2026-05-28 | Use the sixel package | Rose Hogenson | 3 | -31/+88 | |
| 2025-10-08 | Update import path | Rose Hogenson | 3 | -22/+27 | |
| 2025-04-12 | GPL | Rose Hogenson | 1 | -0/+674 | |
| 2025-04-12 | GitHub | Rose Hogenson | 2 | -4/+10 | |
| 2025-03-17 | Add more file formats | Rose Hogenson | 1 | -0/+4 | |
| 2025-03-17 | Improve usage | Rose Hogenson | 2 | -19/+30 | |
| 2025-03-17 | Bump deps | Rose Hogenson | 5 | -84/+13 | |
| 2025-03-17 | Use bilinear scaling | Rose Hogenson | 1 | -1/+1 | |
| 2025-03-17 | Print in double resolution using ▀ | Rose Hogenson | 2 | -8/+13 | |
| 2023-08-31 | Use one stdout buffer for the whole program. | Rose Hogenson | 1 | -4/+6 | |
| 2023-08-31 | Use bufio for output. | Rose Hogenson | 1 | -2/+5 | |
| This is a lot faster for a large image. | |||||
| 2023-08-31 | Use the draw package for resizing the image. | Rose Hogenson | 4 | -6/+43 | |
| This allows me to use the approximate bilinear interpolation, which looks a lot better than my brain-dead nearest-neighbor. | |||||
| 2023-08-30 | Load terminal size once at the beginning. | Rose Hogenson | 1 | -8/+8 | |
| 2023-08-30 | icat: a program to print images in the terminal. | Rose Hogenson | 6 | -0/+134 | |
| Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though. | |||||
