#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
bool L_HXIMAGEREP | HxImagesToFile (HxImageList ims, HxString fileName) |
Write images to file using HxImgFileIo. More... |
|
Write images to file using HxImgFileIo.
00015 { 00016 /* 00017 Errors 00018 */ 00019 HxTagList tags; 00020 return HxImageFactory::instance().imagesToFile(ims, fileName, tags); 00021 } |