资源简介
Duilib在MFC、WTL中的使用方法(Demo)
很粗糙,备份用法而已
代码片段和文件信息
#define STBI_NO_STDIO
#define STBI_NO_WRITE
#define STBI_NO_HDR
/* stbi-1.29 - public domain JPEG/PNG reader - http://nothings.org/stb_image.c
when you control the images you‘re loading
no warranty implied; use at your own risk
QUICK NOTES:
Primarily of interest to game developers and other people who can
avoid problematic images and only need the trivial interface
JPEG baseline (no JPEG progressive)
PNG 8-bit only
TGA (not sure what subset if a subset)
BMP non-1bpp non-RLE
PSD (composited view only no extra channels)
GIF (*comp always reports as 4-channel)
HDR (radiance rgbE format)
PIC (Softimage PIC)
- decoded from memory or through stdio FILE (define STBI_NO_STDIO to remove code)
- supports installable dequantizing-IDCT YCbCr-to-RGB conversion (define STBI_SIMD)
Latest revisions:
1.29 (2010-08-16) various warning fixes from Aurelien Pocheville
1.28 (2010-08-01) fix bug in GIF palette transparency (SpartanJ)
1.27 (2010-08-01) cast-to-uint8 to fix warnings (Laurent Gomila)
allow trailing 0s at end of image data (Laurent Gomila)
1.26 (2010-07-24) fix bug in file buffering for PNG reported by SpartanJ
1.25 (2010-07-17) refix trans_data warning (Won Chun)
1.24 (2010-07-12) perf improvements reading from files
minor perf improvements for jpeg
deprecated type-specific functions in hope of feedback
attempt to fix trans_data warning (Won Chun)
1.23 fixed bug in iPhone support
1.22 (2010-07-10) removed image *writing* support to stb_image_write.h
stbi_info support from Jetro Lauha
GIF support from Jean-Marc Lienher
iPhone PNG-extensions from James Brown
warning-fixes from Nicolas Schulz and Janez Zemva
1.21 fix use of ‘uint8‘ in header (reported by jon blow)
1.20 added support for Softimage PIC by Tom Seddon
See end of file for full revision history.
TODO:
stbi_info support for BMPPSDHDRPIC
rewrite stbi_info and load_file variations to share file handling code
(current system allows individual functions to be called directly
since each does all the work but I doubt anyone uses this in practice)
============================ Contributors =========================
Image formats Optimizations & bugfixes
Sean Barrett (jpeg png bmp) Fabian “ryg“ Giesen
Nicolas Schulz (hdr psd)
Jonathan Dummer (tga) Bug fixes & warning fixes
Jean-Marc Lienher (gif)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 848384 2012-02-07 10:04 DuilibMyApp\Bin\Duilib11xUD.dll
文件 18942 2011-01-30 15:58 DuilibMyApp\Bin\skin\DefaultSkin\360Safe.ico
文件 4892 2010-11-10 12:27 DuilibMyApp\Bin\skin\DefaultSkin\antivirus.png
文件 4671 2011-08-16 14:01 DuilibMyApp\Bin\skin\DefaultSkin\bg0.png
文件 3106 2010-11-12 16:20 DuilibMyApp\Bin\skin\DefaultSkin\button_hover.png
文件 2938 2010-11-12 16:18 DuilibMyApp\Bin\skin\DefaultSkin\button_normal.png
文件 2931 2010-11-12 16:23 DuilibMyApp\Bin\skin\DefaultSkin\button_pushed.png
文件 3402 2010-11-12 18:42 DuilibMyApp\Bin\skin\DefaultSkin\cloud.png
文件 5128 2010-11-10 12:19 DuilibMyApp\Bin\skin\DefaultSkin\commmon.png
文件 4516 2011-08-25 09:18 DuilibMyApp\Bin\skin\DefaultSkin\ComputerExamine - 副本.xm
文件 1140 2011-08-25 14:27 DuilibMyApp\Bin\skin\DefaultSkin\ComputerExamine.xm
文件 360 2010-11-11 12:53 DuilibMyApp\Bin\skin\DefaultSkin\examine_background.bmp
文件 4130 2010-11-10 12:23 DuilibMyApp\Bin\skin\DefaultSkin\firewall.png
文件 5865 2010-11-12 15:22 DuilibMyApp\Bin\skin\DefaultSkin\firewall_ok.png
文件 12490 2011-04-21 16:33 DuilibMyApp\Bin\skin\DefaultSkin\fr
文件 792 2010-11-12 16:37 DuilibMyApp\Bin\skin\DefaultSkin\horizontal_border.bmp
文件 270398 2010-11-02 10:51 DuilibMyApp\Bin\skin\DefaultSkin\icon.ico
文件 3653 2010-11-02 10:50 DuilibMyApp\Bin\skin\DefaultSkin\icon.png
文件 4258 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_AdvTools.png
文件 4636 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_dsmain.png
文件 5259 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_Examine.png
文件 3437 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_PluginCleaner.png
文件 4161 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_RubbishCleaner.png
文件 2437 2011-04-25 12:12 DuilibMyApp\Bin\skin\DefaultSkin\ico_softmgr.png
文件 3613 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_SysRepair.png
文件 3963 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_TraceCleaner.png
文件 5456 2011-04-25 12:11 DuilibMyApp\Bin\skin\DefaultSkin\ico_VulRepair.png
文件 10130 2010-11-09 14:34 DuilibMyApp\Bin\skin\DefaultSkin\logo.png
文件 4451 2011-09-01 09:32 DuilibMyApp\Bin\skin\DefaultSkin\Muma.xm
文件 2000 2010-11-12 16:51 DuilibMyApp\Bin\skin\DefaultSkin\navigationbar.bmp
............此处省略196个文件信息
- 上一篇:微软官网的VC++2010免费的学生版
- 下一篇:mfc简单四则运算计算器
相关资源
- mfc简单四则运算计算器
- [转载]MFC对话框控件和背景图片自适应
- MFC投影程序
- MFC多张位图连续动画显示程序练习
- 浙江大学OOP大程 C++ 五子棋设计 MFC
- MFC图书馆管理系统
- 简单的基于MFC的ATM系统含源代码
- mfc与duilib之间控件相互调用
- MFC画图直线,折线。。
- MFC实现多任务多线程软件
- MFC各种遍历
- 学生社团管理系统 c++ MFC 课程设计
- 基于MFC的TeeChart控件
- FTP客户端VC实现
- MFC 图数据结构 最短路径
- 16C++MFC课程设计之吹泡泡游戏
- MFC 编写的迷宫游戏
- MFC表达式计算器
- 一个简单的MFC画圆的
- C++实现指针式时钟Sample
- 航空客运订票系统数据结构课程设计
- LPC1768IAP+MFC上位机+bootloader+app
- PN532-libnfc-mfoc-mfcuk-windows
- MFC学生选课系统单文档
- MFC多线程编程三个
- 学生管理系统MFC Mysql
- MFC 小游戏程序。实现跳动方块。
- MFC socket 局域网聊天
- 用c++编写的打气球的游戏,用MFC实现
- 银行家算法 死锁避免 可视化 MFC
评论
共有 条评论