共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > gdisample |
gdisample
|
0 | 0 | 2 |
贡献者 | 讨论 | 代码提交 |
This sample program takes a text file and converts it into an image and displays that image in a window.
It also allows the user to edit, print, and save the image as a text file.
The image must be of a fixed size (50x50) with each line of the text file corresponding to a row of pixels in the image. Four colors are supported: red, green, blue, and black.
The purpose of this program is to demonstrate the basic features of the GDI as simply as possible.