#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
bool L_HXIMAGEREP | HxWriteFile (HxImageRep im, HxString fileName) |
Write image to file using HxImgFileIo. More... |
|
Write image to file using HxImgFileIo.
00014 { 00015 HxTagList tags; 00016 return HxImageFactory::instance().writeFile(im, fileName, tags); 00017 } |