| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use new 'pamcat' instead of 'pnmcat' | giraffedata | 2022-08-03 | 1 | -3/+12 |
* | whitespace | giraffedata | 2022-08-03 | 1 | -42/+45 |
* | Remove vestigial pnmindex.csh, pnmindex.sh obsoleted by C program in 2005 | giraffedata | 2022-08-03 | 2 | -413/+0 |
* | Use new 'pamcat' instead of 'pnmcat' | giraffedata | 2022-08-03 | 5 | -28/+46 |
* | Fix -version | giraffedata | 2022-08-03 | 1 | -1/+7 |
* | miscellaneous test updates | giraffedata | 2022-08-01 | 14 | -3/+520 |
* | Make pnmcat a wrapper for pamcat | giraffedata | 2022-07-31 | 3 | -881/+5 |
* | Fix used before set | giraffedata | 2022-07-29 | 1 | -2/+2 |
* | remove debug trace | giraffedata | 2022-07-29 | 1 | -4/+0 |
* | Add comments about statically linking libnetpbm | giraffedata | 2022-07-29 | 1 | -0/+12 |
* | Get PBM fast path working | giraffedata | 2022-07-29 | 1 | -49/+56 |
* | more fixes | giraffedata | 2022-07-28 | 1 | -6/+10 |
* | Fix padding in top-bottom concatenation | giraffedata | 2022-07-28 | 1 | -5/+8 |
* | Fix background detection | giraffedata | 2022-07-28 | 1 | -17/+57 |
* | Fix for single pixel row | giraffedata | 2022-07-28 | 1 | -30/+36 |
* | Whoops doesn't actually compile yet. Make it compile | giraffedata | 2022-07-28 | 1 | -13/+17 |
* | First draft. Compiles | giraffedata | 2022-07-28 | 3 | -1/+1053 |
* | Add pnm_createWhiteTuple, pnm_backgroundtuplerow | giraffedata | 2022-07-28 | 2 | -0/+82 |
* | fix comment | giraffedata | 2022-07-28 | 1 | -3/+3 |
* | comments | giraffedata | 2022-07-26 | 1 | -1/+5 |
* | check for null font name; clean up other command line validation | giraffedata | 2022-07-21 | 2 | -5/+9 |
* | Fix command line processing - no options worked; add arithmetic overflow checks | giraffedata | 2022-07-17 | 2 | -51/+190 |
* | Don't use nonstandard echo -n | giraffedata | 2022-07-03 | 55 | -443/+433 |
* | silence compiler warning | giraffedata | 2022-06-24 | 1 | -1/+4 |
* | Prepare to work on Release 11.00 | giraffedata | 2022-06-24 | 2 | -1/+6 |
* | Make release 10.99 | giraffedata | 2022-06-24 | 2 | -3/+3 |
* | Accept input filename argument; don't use intermediate buffer or generic QOI ... | giraffedata | 2022-06-08 | 5 | -766/+677 |
* | Replace vestigial uses of MEMEQ macro with memeq inline function | giraffedata | 2022-06-08 | 3 | -6/+4 |
* | Fix MEMSEQ | giraffedata | 2022-06-08 | 1 | -1/+1 |
* | improve comment | giraffedata | 2022-06-08 | 1 | -0/+1 |
* | Add tests for pamrestack, pamshuffle; rename testimg.ppm work file; correct e... | giraffedata | 2022-05-31 | 23 | -71/+323 |
* | Add license statement that was originally with the code we moved to qoi.c fro... | giraffedata | 2022-05-29 | 1 | -0/+30 |
* | cleanup | giraffedata | 2022-05-22 | 4 | -158/+191 |
* | cleanup | giraffedata | 2022-05-22 | 1 | -108/+139 |
* | Add pm_writefile | giraffedata | 2022-05-22 | 2 | -0/+23 |
* | cleanup | giraffedata | 2022-05-21 | 4 | -88/+63 |
* | Add pm_readfile | giraffedata | 2022-05-21 | 2 | -0/+53 |
* | cleanup | giraffedata | 2022-05-21 | 4 | -519/+425 |
* | Add pamtoqoi, qoitopam, raw submission | giraffedata | 2022-05-20 | 6 | -4/+984 |
* | cleanup | giraffedata | 2022-05-20 | 1 | -18/+16 |
* | Implement -min, -max, -step | giraffedata | 2022-04-30 | 1 | -27/+98 |
* | Fix bugs in previous commit | giraffedata | 2022-04-30 | 1 | -2/+24 |
* | Add -min, -max, -step options for future use | giraffedata | 2022-04-30 | 1 | -5/+128 |
* | cleanup | giraffedata | 2022-04-30 | 1 | -7/+7 |
* | whitespace | giraffedata | 2022-04-30 | 1 | -17/+20 |
* | Add tests for pamshuffle, pamrestack | giraffedata | 2022-04-30 | 4 | -2/+10 |
* | Add pamrestack, pamshuffle | giraffedata | 2022-04-30 | 4 | -5/+635 |
* | Remove previous commit (4321) -- type coercion doesn't work the way I thought... | giraffedata | 2022-04-16 | 1 | -12/+12 |
* | Remove two's-complement hack from Packbits decoding to it works on all archit... | giraffedata | 2022-04-13 | 2 | -16/+48 |
* | Fix wrong bt709<->srgb gamma tables | giraffedata | 2022-04-09 | 2 | -3/+7 |