#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxMakeFromFile (HxString fileName) |
New image read from file using HxImgFileIo lib. More... |
|
New image read from file using HxImgFileIo lib.
00014 { 00015 HxTagList tags; 00016 return HxImageFactory::instance().fromFile(fileName, tags); 00017 } |