Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace ppmdither with pamdither | giraffedata | 2009-12-16 | 2 | -1/+1 |
* | Remove ppmdither.c so pamdither.c can replace it | giraffedata | 2009-12-16 | 1 | -309/+0 |
* | finish Pamdither | giraffedata | 2009-12-15 | 2 | -113/+257 |
* | Rewrite to pam routines. Add -matrix and -matrixfile | giraffedata | 2009-12-07 | 1 | -72/+630 |
* | cleanup | giraffedata | 2009-12-05 | 1 | -5/+5 |
* | Additional work - not compilable yet | giraffedata | 2009-12-05 | 1 | -52/+139 |
* | cleanup | giraffedata | 2009-12-05 | 1 | -2/+3 |
* | Convert to pam facilities | giraffedata | 2009-11-26 | 1 | -1338/+818 |
* | cleanup | giraffedata | 2009-11-08 | 2 | -719/+908 |
* | Add pnmmercator | giraffedata | 2009-11-02 | 2 | -0/+430 |
* | cleanup | giraffedata | 2009-11-02 | 1 | -100/+126 |
* | cleanup | giraffedata | 2009-07-24 | 1 | -3/+3 |
* | Eliminate C++ comment | giraffedata | 2009-06-26 | 1 | -1/+1 |
* | Fix -missing, -firstisdefault | giraffedata | 2009-05-04 | 1 | -56/+111 |
* | Fix dithering with reduction of maxval - dither at the higher maxval, lookup ... | giraffedata | 2009-04-26 | 1 | -126/+380 |
* | don't use 'set' to set variable; patch from Red Hat | giraffedata | 2009-04-25 | 1 | -2/+2 |
* | cleanup | giraffedata | 2009-04-25 | 1 | -19/+3 |
* | Fix uninitialized option definition array | giraffedata | 2009-04-24 | 1 | -0/+2 |
* | Add pamsistoaglyph | giraffedata | 2009-04-12 | 2 | -1/+422 |
* | cleanup | giraffedata | 2009-04-10 | 1 | -1/+1 |
* | Remove pm_c_util.h from sshopt.h | giraffedata | 2009-04-04 | 35 | -0/+40 |
* | Correct expected results | giraffedata | 2009-03-25 | 2 | -2/+2 |
* | Use border file instead of original image to determine background color | giraffedata | 2009-03-11 | 1 | -105/+141 |
* | Add PBM fastpath, fix various bugs | giraffedata | 2009-03-02 | 1 | -204/+450 |
* | Fix array bound violation with PBM top/bottom concatenation | giraffedata | 2009-02-26 | 1 | -1/+1 |
* | Use PBM fast path for padded cuts too | giraffedata | 2009-02-20 | 1 | -3/+2 |
* | Remove pnmscale | giraffedata | 2009-02-02 | 2 | -749/+6 |
* | Move stuff into new editor/specialty/ directory | giraffedata | 2009-01-25 | 18 | -16/+67 |
* | Remove Pnmcut -- obsoleted by Pamcut | giraffedata | 2009-01-20 | 2 | -428/+6 |
* | Fix bug with -pad and PBM input | giraffedata | 2008-12-31 | 1 | -1/+2 |
* | Consolidate two dithers.h into one | giraffedata | 2008-12-06 | 1 | -87/+0 |
* | Make -ansi compile work | giraffedata | 2008-12-04 | 2 | -0/+2 |
* | Fix -value other than .5 for -fs, -atkinson | giraffedata | 2008-10-12 | 1 | -30/+45 |
* | Rename Makefile.config to config.mk | giraffedata | 2008-10-05 | 1 | -1/+1 |
* | Rename Makefile.common to common.mk | giraffedata | 2008-10-05 | 1 | -1/+1 |
* | Fix compiler warning | giraffedata | 2008-09-17 | 1 | -6/+5 |
* | improve comment | giraffedata | 2008-09-17 | 1 | -1/+3 |
* | PBM fast path for Pamcut | giraffedata | 2008-08-29 | 1 | -31/+139 |
* | cleanup | giraffedata | 2008-08-25 | 1 | -7/+7 |
* | Check left > right, top > bottom with -pad | giraffedata | 2008-08-21 | 1 | -41/+47 |
* | cleanup | giraffedata | 2008-08-14 | 1 | -20/+21 |
* | Check arithmetic bounds | giraffedata | 2008-08-14 | 1 | -25/+83 |
* | Don't crash when cutting a region entirely to the left or right of the input ... | giraffedata | 2008-08-13 | 1 | -11/+16 |
* | Move bit masking functions to library | giraffedata | 2008-08-13 | 1 | -42/+9 |
* | Add PBM fast path | giraffedata | 2008-08-10 | 1 | -200/+653 |
* | cleanup | giraffedata | 2008-08-06 | 1 | -36/+73 |
* | Don't corrupt file names when the contain colons | giraffedata | 2008-08-05 | 1 | -190/+228 |
* | replace mysterious window height calculation with one that makes sense and ma... | giraffedata | 2008-07-27 | 1 | -159/+283 |
* | fix array bounds violation | giraffedata | 2008-07-20 | 1 | -57/+93 |
* | Fix bug: garbage output from PBMs | giraffedata | 2008-07-16 | 1 | -11/+12 |