about summary refs log tree commit diff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
...
* Revert previous change - -halign once again invalid with both -left and -rightgiraffedata2022-01-231-4/+3
* cleanup, fix crash with convolution window bigger than input imagegiraffedata2022-01-221-91/+139
* cleanupgiraffedata2022-01-221-40/+67
* Accept -halign with -left, -right, and -mwidthgiraffedata2022-01-191-3/+4
* Use -halign, -valign with -mwidth, -mheightgiraffedata2021-12-251-7/+7
* Add commentgiraffedata2021-12-181-0/+3
* fix arithmetic overflowsgiraffedata2021-11-074-27/+28
* Add assertiongiraffedata2021-11-071-0/+1
* Revert accidental commit from a few minutes agogiraffedata2021-11-075-30/+28
* Add assertiongiraffedata2021-11-075-28/+30
* Fix bug: allocates too much memorygiraffedata2021-11-061-4/+4
* Remove debug codegiraffedata2021-11-031-8/+0
* Add -neargiraffedata2021-11-021-25/+119
* cleanupgiraffedata2021-10-261-174/+216
* Fix bug: wrong detection of relationship between corner points with -quadgiraffedata2021-10-261-4/+4
* cleanupgiraffedata2021-09-301-8/+9
* cleanupgiraffedata2021-09-281-4/+4
* cleanupgiraffedata2021-09-281-3/+3
* whitespacegiraffedata2021-09-281-9/+12
* cleanupgiraffedata2021-09-041-26/+27
* cleanupgiraffedata2021-03-261-12/+12
* Wait to write PAM header so in case of some failures there is no outputgiraffedata2021-03-261-1/+3
* Fix cleanup in previous commitgiraffedata2021-03-101-1/+1
* Read whole image with -nomix so we don't try to read the end of the image as ...giraffedata2021-03-071-7/+19
* Use Mersenee Twister instead of libc rand for random numbersgiraffedata2021-03-0610-342/+506
* Include program name in error messagesgiraffedata2021-01-243-25/+43
* Add pamhomographygiraffedata2021-01-042-1/+679
* Add -seed, convert to shhoptgiraffedata2020-12-181-40/+89
* Reorder functionsgiraffedata2020-12-141-218/+218
* Convert to shhoptgiraffedata2020-12-141-231/+177
* Base Poisson noise on intensity, not brightness, to match the physical effect...giraffedata2020-12-131-2/+9
* Correct computation of Poisson random variable; redefine -lambda to conform t...giraffedata2020-12-121-18/+60
* cleanupgiraffedata2020-12-111-45/+48
* clean up random number generatorgiraffedata2020-12-111-11/+16
* Fix garbage output with type -impulsegiraffedata2020-12-081-0/+2
* whitespacegiraffedata2020-12-081-37/+40
* Fix -randomseedgiraffedata2020-09-161-1/+1
* Fix -changemaxval on PAM BLACKANDWHITE inputgiraffedata2020-09-081-0/+4
* Fix -changemaxval on PBM inputgiraffedata2020-09-071-23/+31
* Fix -notgiraffedata2020-09-021-1/+1
* whitespacegiraffedata2020-09-021-12/+12
* Make -margin effective with -blank=image=minimizegiraffedata2020-08-221-47/+115
* fix commentgiraffedata2020-08-161-1/+2
* Use -colorvalue on pnmnorm because that's how the old Ppmbrighten worksgiraffedata2020-08-151-1/+1
* Fix bug: doesn't work with input file argumentgiraffedata2020-08-111-11/+48
* Make 'ppmbrighten' use 'pambrighten'giraffedata2020-08-093-220/+25
* Don't attempt to stretch single-brightness image unless user gave absolute st...giraffedata2020-08-081-34/+94
* cleanupgiraffedata2020-08-081-7/+17
* Fix incorrect calculation of midpoint when bpercent and wpercent overlapgiraffedata2020-08-081-1/+1
* Fix handling of mktemp failuregiraffedata2020-06-271-1/+1