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.
|
|
#/******************************Module*Header*******************************\ #* Module Name: gpdev.scr #* #* Script file for GDI+ conformance engine: gpcfm. #* Developer Test the GDI+ Imaging APIs #* #* Created: 06-Feb-2001 #* Author: Bruce Nelson [brucen] #* #* Copyright (c) 2001 Microsoft Corporation #* #* Usage: Place gpcfm.exe, ntlog.dll, gpimage.scr and image files in one #* directory. #* To run, call: #* gpcfm gpdev.scr #* #* Use '#' to comment out tests (i.e. [SetPixTst] -> [#SetPixTst]) #* #* Dependencies: #* #* ntlog.dll #* gpcfm.exe #* #\**************************************************************************/ # [SetPixTst]
[DrwImgTst2]
[LoadImageTst]
[PreMultAlphaTst] alpha = random style = diagonal maxdelta = 1 maxlogx = 3 maxlogy = 3
[ImageDBTst] source = \\ugtest\images\good database = \\ugtest\imagecfm\imageDB filter = MODEL.BMP ANDY.DIB MS.EMF austin.gif directx.ico REDEYE.jpg COLLAGE.PNG AMY256.RLE BLUEYES.TIF AFRICA.WMF visual = true clone = false output = PNG TIF compare = getpixel lockbits maxdelta = 1 maxlogx = 3 maxlogy = 3
[ImageIntplTst] source = \\ugtest\images\good\jpg database = \\ugtest\imagecfm\InterpolationDB filter = rose* visual = true clone = false output = PNG TIF compare = getpixel lockbits maxdelta = 1 maxlogx = 3 maxlogy = 3 #diffimages = true
[PixelOffsetTst] source = \\ugtest\images\good\bmp database = \\ugtest\imagecfm\PixelOffsetDB filter = nick2 compare = getpixel lockbits output = PNG TIF diffimages = false transform = scale(0.5, 2.0) * rotate(30.0)
|