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.

70 lines
1.6 KiB

  1. #/******************************Module*Header*******************************\
  2. #* Module Name: gpdev.scr
  3. #*
  4. #* Script file for GDI+ conformance engine: gpcfm.
  5. #* Developer Test the GDI+ Imaging APIs
  6. #*
  7. #* Created: 06-Feb-2001
  8. #* Author: Bruce Nelson [brucen]
  9. #*
  10. #* Copyright (c) 2001 Microsoft Corporation
  11. #*
  12. #* Usage: Place gpcfm.exe, ntlog.dll, gpimage.scr and image files in one
  13. #* directory.
  14. #* To run, call:
  15. #* gpcfm gpdev.scr
  16. #*
  17. #* Use '#' to comment out tests (i.e. [SetPixTst] -> [#SetPixTst])
  18. #*
  19. #* Dependencies:
  20. #*
  21. #* ntlog.dll
  22. #* gpcfm.exe
  23. #*
  24. #\**************************************************************************/
  25. #
  26. [SetPixTst]
  27. [DrwImgTst2]
  28. [LoadImageTst]
  29. [PreMultAlphaTst]
  30. alpha = random
  31. style = diagonal
  32. maxdelta = 1
  33. maxlogx = 3
  34. maxlogy = 3
  35. [ImageDBTst]
  36. source = \\ugtest\images\good
  37. database = \\ugtest\imagecfm\imageDB
  38. filter = MODEL.BMP ANDY.DIB MS.EMF austin.gif directx.ico REDEYE.jpg COLLAGE.PNG AMY256.RLE BLUEYES.TIF AFRICA.WMF
  39. visual = true
  40. clone = false
  41. output = PNG TIF
  42. compare = getpixel lockbits
  43. maxdelta = 1
  44. maxlogx = 3
  45. maxlogy = 3
  46. [ImageIntplTst]
  47. source = \\ugtest\images\good\jpg
  48. database = \\ugtest\imagecfm\InterpolationDB
  49. filter = rose*
  50. visual = true
  51. clone = false
  52. output = PNG TIF
  53. compare = getpixel lockbits
  54. maxdelta = 1
  55. maxlogx = 3
  56. maxlogy = 3
  57. #diffimages = true
  58. [PixelOffsetTst]
  59. source = \\ugtest\images\good\bmp
  60. database = \\ugtest\imagecfm\PixelOffsetDB
  61. filter = nick2
  62. compare = getpixel lockbits
  63. output = PNG TIF
  64. diffimages = false
  65. transform = scale(0.5, 2.0) * rotate(30.0)