阅读背景:

使用c中的位图文件结构进行位图图像文件操作

来源:互联网 

I want to implement a simple command line based image editor. The program will provide a text based menu, which provides several functions for user to manipulate a windows bitmap (.bmp) image file. The menu will include load image, rotate image, mirror image, save image and quit options. The load image option will be used to open and read pixel values from a given bitmap file. This option will also print out the basic properties, such as dimensions and total size, of the given file. The rotate and mirror options will manipulate previously read pixel values. An image must be loaded before applying these options. The save option will save the pixel values in the memory to a bitmap file with a given filename.I want to implement a simple command line based




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: