Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix path search for test data file so it works under more circumstances. | Guido van Rossum | 1997-10-01 | 1 | -1/+6 |
| | |||||
* | More rational implementation of get_qualified_path() -- search along | Guido van Rossum | 1997-05-14 | 1 | -12/+5 |
| | | | | sys.path instead of assuming __file__ works. | ||||
* | Use uuencoded test images. | Guido van Rossum | 1997-04-16 | 1 | -5/+13 |
| | |||||
* | Opps. Added tests for the last two methods that were missing from | Roger E. Masse | 1997-01-15 | 1 | -1/+11 |
| | | | | the test program: 'grey2rgb' and 'rgb2grey' | ||||
* | Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for reading | Roger E. Masse | 1997-01-15 | 1 | -24/+58 |
| | | | | | | | | the imagefiles and converting tham to a format suitable for imageop. Also added two more tests 'rgb2rgb8' and 'rgb82rgb' which remove the dependence on the file 'greytest.rgb'. Note: test_imgfile.py still uses 'greytest.rgb' | ||||
* | Test program for the SGI imageop module. | Roger E. Masse | 1996-12-20 | 1 | -0/+121 |