Purpose: | Use FCObjImage to load/write image, show image's infomation, process image
|
OS: | windows, linux... (any C++ compiler)
|
Place: | example/001/src
|
Notice: | you must put a BMP image named test.bmp in same folder to the executable binary if you under linux platform, type make to compiler
|
Usage: | use FCObjImage::Load and FCObjImage::Save to read/write image file. use FCObjImage::SinglePixelProcessProc function to execute a processing on image. you can pass your FCShowProgress object to FCObjImage::SinglePixelProcessProc to get progress during processing. |