#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageList L_HXIMAGEREP | HxImagesFromFile (HxString fileName) |
Write images to file using HxImgFileIo. More... |
|
Write images to file using HxImgFileIo.
00015 { 00016 HxTagList tags; 00017 return HxImageFactory::instance().imagesFromFile(fileName, tags); 00018 } |