| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Whoops doesn't actually compile yet. Make it compile | giraffedata | 2022-07-28 | 1 | -13/+17 |
* | First draft. Compiles | giraffedata | 2022-07-28 | 2 | -1/+1051 |
* | Add pamrestack, pamshuffle | giraffedata | 2022-04-30 | 3 | -5/+631 |
* | Fix wrong bt709<->srgb gamma tables | giraffedata | 2022-04-09 | 1 | -3/+3 |
* | Fix incorrect output file name for PAM input | giraffedata | 2022-04-03 | 1 | -2/+4 |
* | Use temporary files securely, with File::Temp::tempdir | giraffedata | 2022-03-15 | 1 | -69/+77 |
* | cleanup | giraffedata | 2022-03-15 | 1 | -1/+1 |
* | Use better temp file name | giraffedata | 2022-03-15 | 1 | -2/+3 |
* | Use better temp file name | giraffedata | 2022-03-15 | 1 | -2/+3 |
* | whitespace | giraffedata | 2022-02-27 | 1 | -1/+2 |
* | Fix reference to planes 1 and 2 in 1-plane input | giraffedata | 2022-02-27 | 1 | -2/+5 |
* | Use Pamcut instead of obsolete Pnmcut | giraffedata | 2022-01-29 | 1 | -1/+1 |
* | Fix incorrect output | giraffedata | 2022-01-25 | 1 | -6/+5 |
* | Revert previous change - -halign once again invalid with both -left and -right | giraffedata | 2022-01-23 | 1 | -4/+3 |
* | cleanup, fix crash with convolution window bigger than input image | giraffedata | 2022-01-22 | 1 | -91/+139 |
* | cleanup | giraffedata | 2022-01-22 | 1 | -40/+67 |
* | Accept -halign with -left, -right, and -mwidth | giraffedata | 2022-01-19 | 1 | -3/+4 |
* | Use -halign, -valign with -mwidth, -mheight | giraffedata | 2021-12-25 | 1 | -7/+7 |
* | Add comment | giraffedata | 2021-12-18 | 1 | -0/+3 |
* | fix arithmetic overflows | giraffedata | 2021-11-07 | 4 | -27/+28 |
* | Add assertion | giraffedata | 2021-11-07 | 1 | -0/+1 |
* | Revert accidental commit from a few minutes ago | giraffedata | 2021-11-07 | 5 | -30/+28 |
* | Add assertion | giraffedata | 2021-11-07 | 5 | -28/+30 |
* | Fix bug: allocates too much memory | giraffedata | 2021-11-06 | 1 | -4/+4 |
* | Remove debug code | giraffedata | 2021-11-03 | 1 | -8/+0 |
* | Add -near | giraffedata | 2021-11-02 | 1 | -25/+119 |
* | cleanup | giraffedata | 2021-10-26 | 1 | -174/+216 |
* | Fix bug: wrong detection of relationship between corner points with -quad | giraffedata | 2021-10-26 | 1 | -4/+4 |
* | cleanup | giraffedata | 2021-09-30 | 1 | -8/+9 |
* | cleanup | giraffedata | 2021-09-28 | 1 | -4/+4 |
* | cleanup | giraffedata | 2021-09-28 | 1 | -3/+3 |
* | whitespace | giraffedata | 2021-09-28 | 1 | -9/+12 |
* | cleanup | giraffedata | 2021-09-04 | 1 | -26/+27 |
* | cleanup | giraffedata | 2021-03-26 | 1 | -12/+12 |
* | Wait to write PAM header so in case of some failures there is no output | giraffedata | 2021-03-26 | 1 | -1/+3 |
* | Fix cleanup in previous commit | giraffedata | 2021-03-10 | 1 | -1/+1 |
* | Read whole image with -nomix so we don't try to read the end of the image as ... | giraffedata | 2021-03-07 | 1 | -7/+19 |
* | Use Mersenee Twister instead of libc rand for random numbers | giraffedata | 2021-03-06 | 10 | -342/+506 |
* | Include program name in error messages | giraffedata | 2021-01-24 | 3 | -25/+43 |
* | Add pamhomography | giraffedata | 2021-01-04 | 2 | -1/+679 |
* | Add -seed, convert to shhopt | giraffedata | 2020-12-18 | 1 | -40/+89 |
* | Reorder functions | giraffedata | 2020-12-14 | 1 | -218/+218 |
* | Convert to shhopt | giraffedata | 2020-12-14 | 1 | -231/+177 |
* | Base Poisson noise on intensity, not brightness, to match the physical effect... | giraffedata | 2020-12-13 | 1 | -2/+9 |
* | Correct computation of Poisson random variable; redefine -lambda to conform t... | giraffedata | 2020-12-12 | 1 | -18/+60 |
* | cleanup | giraffedata | 2020-12-11 | 1 | -45/+48 |