summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imageop.py
Commit message (Collapse)AuthorAgeFilesLines
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-18/+18
|
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
| | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-31/+31
|
* Fix path search for test data file so it works under more circumstances.Guido van Rossum1997-10-011-1/+6
|
* More rational implementation of get_qualified_path() -- search alongGuido van Rossum1997-05-141-12/+5
| | | | sys.path instead of assuming __file__ works.
* Use uuencoded test images.Guido van Rossum1997-04-161-5/+13
|
* Opps. Added tests for the last two methods that were missing fromRoger E. Masse1997-01-151-1/+11
| | | | the test program: 'grey2rgb' and 'rgb2grey'
* Modified to use 'rgbimg' instead of the SGI specific 'imgfile' for readingRoger E. Masse1997-01-151-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. Masse1996-12-201-0/+121