锘??xml version="1.0" encoding="utf-8" standalone="yes"?>久久精品国产亚洲AV影院,国产精品美女久久久m,久久精品国产亚洲AV香蕉http://www.shnenglu.com/stonexin/category/15037.htmlzh-cnSun, 24 Oct 2010 04:43:19 GMTSun, 24 Oct 2010 04:43:19 GMT60libjpeg鍦╲s2010涓嬬紪璇?/title>http://www.shnenglu.com/stonexin/articles/jpeglib.htmlxinstxinstWed, 13 Oct 2010 09:03:00 GMThttp://www.shnenglu.com/stonexin/articles/jpeglib.htmlhttp://www.shnenglu.com/stonexin/comments/129763.htmlhttp://www.shnenglu.com/stonexin/articles/jpeglib.html#Feedback0http://www.shnenglu.com/stonexin/comments/commentRss/129763.htmlhttp://www.shnenglu.com/stonexin/services/trackbacks/129763.html1銆佺涓姝ュ綋鐒舵槸鍏堜笅杞芥簮鐮佷簡錛屼笅杞藉湴鍧錛?a target=_blank>http://www.ijg.org/ 2銆佽В鍘嬪悗鎵鏈夌殑涓滆タ閮藉湪涓涓枃浠跺す閲屼簡錛屽鏋滄湁鑰愬績鍙互鐪嬩竴涓嬭嚜甯︾殑璇存槑鏂囨。錛坕nstall.txt錛?br>3銆佸叾涓湁涓孌靛湪vs2010涓嬬殑璇存槑
================================================================== Microsoft Windows, Microsoft Visual C++ 2010 Developer Studio (v10):
We include makefiles that should work as project files in Visual Studio2010 or later. There is a library makefile that builds the IJG library as a static Win32 library, and application makefiles that build the sample applications as Win32 console applications. (Even if you only want the library, we recommend building the applications so that you can run the self-test.)
To use: 1. Open the command prompt, change to the main directory and execute the command line
NMAKE /f makefile.vc setup-v10
This will move jconfig.vc to jconfig.h and makefiles to project files. (Note that the renaming is critical!)
2. Open the solution file jpeg.sln, build the library project. (If you are using Visual Studio more recent than 2010 (v10), you'll probably get a message saying that the project files are being updated.) 3. Open the solution file apps.sln, build the application projects. 4. To perform the self-test, execute the command line
NMAKE /f makefile.vc test-build
5. Move the application .exe files from `app`\Release to an appropriate location on your path.
Note: There seems to be an optimization bug in the compiler which causes the self-test to fail with the color quantization option. We have disabled optimization for the file jquant2.c in the library project file which causes the self-test to pass properly.