Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1 KiB

  1. Testing guidelines for image filters:
  2. imgtest: run imgtest on several images (there's a large collection of
  3. images in \\alchemy\gold\graphics). Test basic functionality including:
  4. decoder:
  5. - decoding into all scalers
  6. - conversion into all in-memory formats (note--you will need to reload the
  7. image after each conversion, or else you will be testing conversion between
  8. in memory formats instead of conversion from your decoder to the in memory
  9. format)
  10. - all the processing filters (as above, make sure this is not done with a
  11. converted image)
  12. - properties (make sure it doesn't crash)
  13. - export: make sure you can encode into all available formats (testing
  14. communication between your decoder and all the encoder sinks).
  15. encoder:
  16. - encoding from all in memory formats
  17. - encoding directly from all decoders.
  18. - encode into your format, and load the new file using imgtest.exe. Encode
  19. the new file one more time and reload that file (in case there are some subtle
  20. bugs with your encoding)
  21. thumbtst.exe: run thumbtst.exe on all the files in \\alchemy\gold of your
  22. format. Make sure nothing crashes.